#806FBE

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

Shades of Moody Blue #806FBE

Tints of Moody Blue #806FBE

Color information

#806FBE (or 0x806FBE) is unknown color: approx Moody Blue. HEX triplet: 80, 6F and BE. RGB value is (128,111,190). Sum of RGB (Red+Green+Blue) = 128+111+190=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #806FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806FBE is #7F9041. Grayscale: #7C7C7C. Windows color (decimal): -8360002 or 12480384. OLE color: 12480384.

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

Color convert

RGB128111190-
CMYK0.330.4200.25
HSL252.91º37.8%59.02%-
HSV(B)252.91º41.58%74.51%-
XYZ23.8819.6851.25-
YUV125.09164.63130.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=29.84%
G=25.87%
B=44.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281111900.330.4200.25252.9137.859.02
Hex806FBE212A019fd263b
Octal20015727641520313754673
Binary1000000011011111011111010000110101001100111111101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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