#806FC7

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

Shades of Moody Blue #806FC7

Tints of Moody Blue #806FC7

Color information

#806FC7 (or 0x806FC7) is unknown color: approx Moody Blue. HEX triplet: 80, 6F and C7. RGB value is (128,111,199). Sum of RGB (Red+Green+Blue) = 128+111+199=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 199 - color contains mainly: blue. Hex color #806FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806FC7 is #7F9038. Grayscale: #7D7D7D. Windows color (decimal): -8359993 or 13070208. OLE color: 13070208.

HSL color Cylindrical-coordinate representation of color #806FC7: hue angle of 251.59º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #806FC7 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB128111199-
CMYK0.360.4400.22
HSL251.59º44%60.78%-
HSV(B)251.59º44.22%78.04%-
XYZ24.920.0856.6-
YUV126.12169.13129.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.22%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 199 (78.12% from 255) = 45.43%
R=29.22%
G=25.34%
B=45.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1281111990.360.4400.22251.594460.78
Hex806FC7242C016fc2c3d
Octal20015730744540263745475
Binary1000000011011111100011110010010110001011011111100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,111,199); }

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

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

 a { background-color: rgb(128,111,199); }

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

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

 span { border-color: rgb(128,111,199); }

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