#816DCA

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

Shades of Moody Blue #816DCA

Tints of Moody Blue #816DCA

Color information

#816DCA (or 0x816DCA) is unknown color: approx Moody Blue. HEX triplet: 81, 6D and CA. RGB value is (129,109,202). Sum of RGB (Red+Green+Blue) = 129+109+202=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #816DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DCA is #7E9235. Grayscale: #7D7D7D. Windows color (decimal): -8294966 or 13266305. OLE color: 13266305.

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

Color convert

RGB129109202-
CMYK0.360.4600.21
HSL252.9º46.73%60.98%-
HSV(B)252.9º46.04%79.22%-
XYZ25.1819.8758.38-
YUV125.58171.13130.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.32%
GREEN value IS 109 (42.97% from 255) = 24.77%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=29.32%
G=24.77%
B=45.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291092020.360.4600.21252.946.7360.98
Hex816DCA242E015fd2f3d
Octal20115531244560253755775
Binary1000000111011011100101010010010111001010111111101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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