#806CBA

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

Shades of Moody Blue #806CBA

Tints of Moody Blue #806CBA

Color information

#806CBA (or 0x806CBA) is unknown color: approx Moody Blue. HEX triplet: 80, 6C and BA. RGB value is (128,108,186). Sum of RGB (Red+Green+Blue) = 128+108+186=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #806CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806CBA is #7F9345. Grayscale: #7A7A7A. Windows color (decimal): -8360774 or 12217472. OLE color: 12217472.

HSL color Cylindrical-coordinate representation of color #806CBA: hue angle of 255.38º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #806CBA is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128108186-
CMYK0.310.4200.27
HSL255.38º36.11%57.65%-
HSV(B)255.38º41.94%72.94%-
XYZ23.1318.8648.88-
YUV122.87163.63131.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.33%
GREEN value IS 108 (42.58% from 255) = 25.59%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=30.33%
G=25.59%
B=44.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281081860.310.4200.27255.3836.1157.65
Hex806CBA1F2A01Bff243a
Octal20015427237520333774472
Binary100000001101100101110101111110101001101111111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,108,186); }

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

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

 a { background-color: rgb(128,108,186); }

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

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

 span { border-color: rgb(128,108,186); }

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