#816AD6

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

Shades of Moody Blue #816AD6

Tints of Moody Blue #816AD6

Color information

#816AD6 (or 0x816AD6) is unknown color: approx Moody Blue. HEX triplet: 81, 6A and D6. RGB value is (129,106,214). Sum of RGB (Red+Green+Blue) = 129+106+214=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #816AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816AD6 is #7E9529. Grayscale: #7C7C7C. Windows color (decimal): -8295722 or 14051969. OLE color: 14051969.

HSL color Cylindrical-coordinate representation of color #816AD6: hue angle of 252.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816AD6 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB129106214-
CMYK0.400.5000.16
HSL252.78º56.84%62.75%-
HSV(B)252.78º50.47%83.92%-
XYZ26.3419.8366.06-
YUV125.19178.12130.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.73%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 214 (83.98% from 255) = 47.66%
R=28.73%
G=23.61%
B=47.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1291062140.400.5000.16252.7856.8462.75
Hex816AD62832010fd393f
Octal20115232650620203757177
Binary1000000111010101101011010100011001001000011111101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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