#816AD2

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

Shades of Moody Blue #816AD2

Tints of Moody Blue #816AD2

Color information

#816AD2 (or 0x816AD2) is unknown color: approx Moody Blue. HEX triplet: 81, 6A and D2. RGB value is (129,106,210). Sum of RGB (Red+Green+Blue) = 129+106+210=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 210 - color contains mainly: blue. Hex color #816AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816AD2 is #7E952D. Grayscale: #7C7C7C. Windows color (decimal): -8295726 or 13789825. OLE color: 13789825.

HSL color Cylindrical-coordinate representation of color #816AD2: hue angle of 253.27º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816AD2 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB129106210-
CMYK0.390.5000.18
HSL253.27º53.61%61.96%-
HSV(B)253.27º49.52%82.35%-
XYZ25.8419.6363.4-
YUV124.73176.12131.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.99%
GREEN value IS 106 (41.80% from 255) = 23.82%
BLUE value IS 210 (82.42% from 255) = 47.19%
R=28.99%
G=23.82%
B=47.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1291062100.390.5000.18253.2753.6161.96
Hex816AD22732012fd363e
Octal20115232247620223756676
Binary1000000111010101101001010011111001001001011111101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,106,210); }

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

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

 a { background-color: rgb(129,106,210); }

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

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

 span { border-color: rgb(129,106,210); }

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