#806FBD

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

Shades of Moody Blue #806FBD

Tints of Moody Blue #806FBD

Color information

#806FBD (or 0x806FBD) is unknown color: approx Moody Blue. HEX triplet: 80, 6F and BD. RGB value is (128,111,189). Sum of RGB (Red+Green+Blue) = 128+111+189=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #806FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806FBD is #7F9042. Grayscale: #7C7C7C. Windows color (decimal): -8360003 or 12414848. OLE color: 12414848.

HSL color Cylindrical-coordinate representation of color #806FBD: hue angle of 253.08º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #806FBD is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128111189-
CMYK0.320.4100.26
HSL253.08º37.14%58.82%-
HSV(B)253.08º41.27%74.12%-
XYZ23.7719.6350.68-
YUV124.98164.13130.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.91%
GREEN value IS 111 (43.75% from 255) = 25.93%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=29.91%
G=25.93%
B=44.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281111890.320.4100.26253.0837.1458.82
Hex806FBD202901Afd253b
Octal20015727540510323754573
Binary1000000011011111011110110000010100101101011111101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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