#806CBE

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

Shades of Moody Blue #806CBE

Tints of Moody Blue #806CBE

Color information

#806CBE (or 0x806CBE) is unknown color: approx Moody Blue. HEX triplet: 80, 6C and BE. RGB value is (128,108,190). Sum of RGB (Red+Green+Blue) = 128+108+190=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #806CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806CBE is #7F9341. Grayscale: #7B7B7B. Windows color (decimal): -8360770 or 12479616. OLE color: 12479616.

HSL color Cylindrical-coordinate representation of color #806CBE: hue angle of 254.63º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #806CBE is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128108190-
CMYK0.330.4300.25
HSL254.63º38.68%58.43%-
HSV(B)254.63º43.16%74.51%-
XYZ23.5619.0351.15-
YUV123.33165.63131.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.05%
GREEN value IS 108 (42.58% from 255) = 25.35%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=30.05%
G=25.35%
B=44.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281081900.330.4300.25254.6338.6858.43
Hex806CBE212B019ff273a
Octal20015427641530313774772
Binary1000000011011001011111010000110101101100111111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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