#806FBF

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

Shades of Moody Blue #806FBF

Tints of Moody Blue #806FBF

Color information

#806FBF (or 0x806FBF) is unknown color: approx Moody Blue. HEX triplet: 80, 6F and BF. RGB value is (128,111,191). Sum of RGB (Red+Green+Blue) = 128+111+191=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #806FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806FBF is #7F9040. Grayscale: #7C7C7C. Windows color (decimal): -8360001 or 12545920. OLE color: 12545920.

HSL color Cylindrical-coordinate representation of color #806FBF: hue angle of 252.75º 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 #806FBF is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128111191-
CMYK0.330.4200.25
HSL252.75º38.46%59.22%-
HSV(B)252.75º41.88%74.9%-
XYZ23.9919.7251.83-
YUV125.2165.13130-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 111 (43.75% from 255) = 25.81%
BLUE value IS 191 (75% from 255) = 44.42%
R=29.77%
G=25.81%
B=44.42%

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
Decimal1281111910.330.4200.25252.7538.4659.22
Hex806FBF212A019fd263b
Octal20015727741520313754673
Binary1000000011011111011111110000110101001100111111101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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