#816EBD

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

Shades of Moody Blue #816EBD

Tints of Moody Blue #816EBD

Color information

#816EBD (or 0x816EBD) is unknown color: approx Moody Blue. HEX triplet: 81, 6E and BD. RGB value is (129,110,189). Sum of RGB (Red+Green+Blue) = 129+110+189=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #816EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816EBD is #7E9142. Grayscale: #7C7C7C. Windows color (decimal): -8294723 or 12414593. OLE color: 12414593.

HSL color Cylindrical-coordinate representation of color #816EBD: hue angle of 254.43º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #816EBD is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129110189-
CMYK0.320.4200.26
HSL254.43º37.44%58.63%-
HSV(B)254.43º41.8%74.12%-
XYZ23.8119.4950.65-
YUV124.69164.29131.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.14%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=30.14%
G=25.70%
B=44.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291101890.320.4200.26254.4337.4458.63
Hex816EBD202A01Afe253b
Octal20115627540520323764573
Binary1000000111011101011110110000010101001101011111110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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