#806bcd

Color #806BCD Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #806BCD

Tints of Moody Blue #806BCD

Color information

#806BCD (or 0x806BCD) is unknown color: approx Moody Blue. HEX triplet: 80, 6B and CD. RGB value is (128,107,205). Sum of RGB (Red+Green+Blue) = 128+107+205=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #806BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BCD is #7F9432. Grayscale: #7C7C7C. Windows color (decimal): -8361011 or 13462400. OLE color: 13462400.

HSL color Cylindrical-coordinate representation of color #806BCD: hue angle of 252.86º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806BCD is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128107205-
CMYK0.380.4800.20
HSL252.86º49.49%61.18%-
HSV(B)252.86º47.8%80.39%-
XYZ25.1819.5160.2-
YUV124.45173.46130.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 29.09%
GREEN value IS 107 (42.19% from 255) = 24.32%
BLUE value IS 205 (80.47% from 255) = 46.59%
R=29.09%
G=24.32%
B=46.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281072050.380.4800.20252.8649.4961.18
Hex806BCD2630014fd313d
Octal20015331546600243756175
Binary1000000011010111100110110011011000001010011111101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806bcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806bcd; }

 p { color: rgb(128,107,205); }

 H1.HeaderClassName
 {
   color: #806bcd;
 }
 .AnyTagClassName
 {
   color: #806bcd;
 }
</style>
background-color css

<style>
 a { background-color: #806bcd; }

 a { background-color: rgb(128,107,205); }

 div.DivClassName
 {
   background-color: #806bcd;
 }
 .BgClassName
 {
   background-color: #806bcd;
 }
</style>
border-color css

<style>
 span { border-color: #806bcd; }

 span { border-color: rgb(128,107,205); }

 td.TdClassName
 {
   border-color: #806bcd;
 }
 .TagClassName
 {
   border-color: #806bcd;
 }
</style>