#816AD0

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

Shades of Moody Blue #816AD0

Tints of Moody Blue #816AD0

Color information

#816AD0 (or 0x816AD0) is unknown color: approx Moody Blue. HEX triplet: 81, 6A and D0. RGB value is (129,106,208). Sum of RGB (Red+Green+Blue) = 129+106+208=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #816AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816AD0 is #7E952F. Grayscale: #7C7C7C. Windows color (decimal): -8295728 or 13658753. OLE color: 13658753.

HSL color Cylindrical-coordinate representation of color #816AD0: hue angle of 253.53º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #816AD0 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB129106208-
CMYK0.380.4900.18
HSL253.53º52.04%61.57%-
HSV(B)253.53º49.04%81.57%-
XYZ25.5919.5362.1-
YUV124.5175.12131.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 208 (81.64% from 255) = 46.95%
R=29.12%
G=23.93%
B=46.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1291062080.380.4900.18253.5352.0461.57
Hex816AD02631012fe343e
Octal20115232046610223766476
Binary1000000111010101101000010011011000101001011111110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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