#806BCB

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

Shades of Moody Blue #806BCB

Tints of Moody Blue #806BCB

Color information

#806BCB (or 0x806BCB) is unknown color: approx Moody Blue. HEX triplet: 80, 6B and CB. RGB value is (128,107,203). Sum of RGB (Red+Green+Blue) = 128+107+203=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #806BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BCB is #7F9434. Grayscale: #7B7B7B. Windows color (decimal): -8361013 or 13331328. OLE color: 13331328.

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

Color convert

RGB128107203-
CMYK0.370.4700.20
HSL253.12º48%60.78%-
HSV(B)253.12º47.29%79.61%-
XYZ24.9419.4258.93-
YUV124.22172.46130.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.22%
GREEN value IS 107 (42.19% from 255) = 24.43%
BLUE value IS 203 (79.69% from 255) = 46.35%
R=29.22%
G=24.43%
B=46.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281072030.370.4700.20253.124860.78
Hex806BCB252F014fd303d
Octal20015331345570243756075
Binary1000000011010111100101110010110111101010011111101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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