#806ACB

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

Shades of Moody Blue #806ACB

Tints of Moody Blue #806ACB

Color information

#806ACB (or 0x806ACB) is unknown color: approx Moody Blue. HEX triplet: 80, 6A and CB. RGB value is (128,106,203). Sum of RGB (Red+Green+Blue) = 128+106+203=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #806ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ACB is #7F9534. Grayscale: #7B7B7B. Windows color (decimal): -8361269 or 13331072. OLE color: 13331072.

HSL color Cylindrical-coordinate representation of color #806ACB: hue angle of 253.61º degrees, saturation: 0.48, 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 #806ACB is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128106203-
CMYK0.370.4800.20
HSL253.61º48.26%60.59%-
HSV(B)253.61º47.78%79.61%-
XYZ24.8419.2158.9-
YUV123.64172.79131.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.29%
GREEN value IS 106 (41.80% from 255) = 24.26%
BLUE value IS 203 (79.69% from 255) = 46.45%
R=29.29%
G=24.26%
B=46.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281062030.370.4800.20253.6148.2660.59
Hex806ACB2530014fe303d
Octal20015231345600243766075
Binary1000000011010101100101110010111000001010011111110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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