#816ACA

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

Shades of Moody Blue #816ACA

Tints of Moody Blue #816ACA

Color information

#816ACA (or 0x816ACA) is unknown color: approx Moody Blue. HEX triplet: 81, 6A and CA. RGB value is (129,106,202). Sum of RGB (Red+Green+Blue) = 129+106+202=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #816ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ACA is #7E9535. Grayscale: #7B7B7B. Windows color (decimal): -8295734 or 13265537. OLE color: 13265537.

HSL color Cylindrical-coordinate representation of color #816ACA: hue angle of 254.38º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #816ACA is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129106202-
CMYK0.360.4800.21
HSL254.38º47.52%60.39%-
HSV(B)254.38º47.52%79.22%-
XYZ24.8719.2458.28-
YUV123.82172.12131.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.52%
GREEN value IS 106 (41.80% from 255) = 24.26%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=29.52%
G=24.26%
B=46.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291062020.360.4800.21254.3847.5260.39
Hex816ACA2430015fe303c
Octal20115231244600253766074
Binary1000000111010101100101010010011000001010111111110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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