#816EBF

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

Shades of Moody Blue #816EBF

Tints of Moody Blue #816EBF

Color information

#816EBF (or 0x816EBF) is unknown color: approx Moody Blue. HEX triplet: 81, 6E and BF. RGB value is (129,110,191). Sum of RGB (Red+Green+Blue) = 129+110+191=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 110 (43.36% from 255 or 25.58% 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 #816EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816EBF is #7E9140. Grayscale: #7C7C7C. Windows color (decimal): -8294721 or 12545665. OLE color: 12545665.

HSL color Cylindrical-coordinate representation of color #816EBF: hue angle of 254.07º degrees, saturation: 0.39, 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 #816EBF is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129110191-
CMYK0.320.4200.25
HSL254.07º38.76%59.02%-
HSV(B)254.07º42.41%74.9%-
XYZ24.0319.5851.8-
YUV124.92165.29130.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 110 (43.36% from 255) = 25.58%
BLUE value IS 191 (75% from 255) = 44.42%
R=30%
G=25.58%
B=44.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291101910.320.4200.25254.0738.7659.02
Hex816EBF202A019fe273b
Octal20115627740520313764773
Binary1000000111011101011111110000010101001100111111110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816EBF; }

 p { color: rgb(129,110,191); }

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

<style>
 a { background-color: #816EBF; }

 a { background-color: rgb(129,110,191); }

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

<style>
 span { border-color: #816EBF; }

 span { border-color: rgb(129,110,191); }

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