#806FB9

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

Shades of Moody Blue #806FB9

Tints of Moody Blue #806FB9

Color information

#806FB9 (or 0x806FB9) is unknown color: approx Moody Blue. HEX triplet: 80, 6F and B9. RGB value is (128,111,185). Sum of RGB (Red+Green+Blue) = 128+111+185=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #806FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806FB9 is #7F9046. Grayscale: #7C7C7C. Windows color (decimal): -8360007 or 12152704. OLE color: 12152704.

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

Color convert

RGB128111185-
CMYK0.310.400.27
HSL253.78º34.58%58.04%-
HSV(B)253.78º40%72.55%-
XYZ23.3419.4648.42-
YUV124.52162.13130.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.19%
GREEN value IS 111 (43.75% from 255) = 26.18%
BLUE value IS 185 (72.66% from 255) = 43.63%
R=30.19%
G=26.18%
B=43.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281111850.310.400.27253.7834.5858.04
Hex806FB91F2801Bfe233a
Octal20015727137500333764372
Binary100000001101111101110011111110100001101111111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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