#816ED4

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

Shades of Moody Blue #816ED4

Tints of Moody Blue #816ED4

Color information

#816ED4 (or 0x816ED4) is unknown color: approx Moody Blue. HEX triplet: 81, 6E and D4. RGB value is (129,110,212). Sum of RGB (Red+Green+Blue) = 129+110+212=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 212 - color contains mainly: blue. Hex color #816ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ED4 is #7E912B. Grayscale: #7E7E7E. Windows color (decimal): -8294700 or 13921921. OLE color: 13921921.

HSL color Cylindrical-coordinate representation of color #816ED4: hue angle of 251.18º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #816ED4 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB129110212-
CMYK0.390.4800.17
HSL251.18º54.26%63.14%-
HSV(B)251.18º48.11%83.14%-
XYZ26.5120.5764.86-
YUV127.31175.79129.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.60%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 212 (83.20% from 255) = 47.01%
R=28.60%
G=24.39%
B=47.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1291102120.390.4800.17251.1854.2663.14
Hex816ED42730011fb363f
Octal20115632447600213736677
Binary1000000111011101101010010011111000001000111111011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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