#806EBE

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

Shades of Moody Blue #806EBE

Tints of Moody Blue #806EBE

Color information

#806EBE (or 0x806EBE) is unknown color: approx Moody Blue. HEX triplet: 80, 6E and BE. RGB value is (128,110,190). Sum of RGB (Red+Green+Blue) = 128+110+190=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #806EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806EBE is #7F9141. Grayscale: #7C7C7C. Windows color (decimal): -8360258 or 12480128. OLE color: 12480128.

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

Color convert

RGB128110190-
CMYK0.330.4200.25
HSL253.5º38.1%58.82%-
HSV(B)253.5º42.11%74.51%-
XYZ23.7719.4651.22-
YUV124.5164.96130.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.91%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=29.91%
G=25.70%
B=44.39%

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
Decimal1281101900.330.4200.25253.538.158.82
Hex806EBE212A019fe263b
Octal20015627641520313764673
Binary1000000011011101011111010000110101001100111111110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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