#806bcf

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

Shades of Moody Blue #806BCF

Tints of Moody Blue #806BCF

Color information

#806BCF (or 0x806BCF) is unknown color: approx Moody Blue. HEX triplet: 80, 6B and CF. RGB value is (128,107,207). Sum of RGB (Red+Green+Blue) = 128+107+207=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #806BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BCF is #7F9430. Grayscale: #7C7C7C. Windows color (decimal): -8361009 or 13593472. OLE color: 13593472.

HSL color Cylindrical-coordinate representation of color #806BCF: hue angle of 252.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806BCF is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128107207-
CMYK0.380.4800.19
HSL252.6º51.02%61.57%-
HSV(B)252.6º48.31%81.18%-
XYZ25.4219.6161.48-
YUV124.68174.46130.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.96%
GREEN value IS 107 (42.19% from 255) = 24.21%
BLUE value IS 207 (81.25% from 255) = 46.83%
R=28.96%
G=24.21%
B=46.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281072070.380.4800.19252.651.0261.57
Hex806BCF2630013fd333e
Octal20015331746600233756376
Binary1000000011010111100111110011011000001001111111101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806bcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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