#816EBE

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

Shades of Moody Blue #816EBE

Tints of Moody Blue #816EBE

Color information

#816EBE (or 0x816EBE) is unknown color: approx Moody Blue. HEX triplet: 81, 6E and BE. RGB value is (129,110,190). Sum of RGB (Red+Green+Blue) = 129+110+190=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #816EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816EBE is #7E9141. Grayscale: #7C7C7C. Windows color (decimal): -8294722 or 12480129. OLE color: 12480129.

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

Color convert

RGB129110190-
CMYK0.320.4200.25
HSL254.25º38.1%58.82%-
HSV(B)254.25º42.11%74.51%-
XYZ23.9219.5451.23-
YUV124.8164.79131-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.07%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=30.07%
G=25.64%
B=44.29%

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
Decimal1291101900.320.4200.25254.2538.158.82
Hex816EBE202A019fe263b
Octal20115627640520313764673
Binary1000000111011101011111010000010101001100111111110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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