#816DCD

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

Shades of Moody Blue #816DCD

Tints of Moody Blue #816DCD

Color information

#816DCD (or 0x816DCD) is unknown color: approx Moody Blue. HEX triplet: 81, 6D and CD. RGB value is (129,109,205). Sum of RGB (Red+Green+Blue) = 129+109+205=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #816DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DCD is #7E9232. Grayscale: #7D7D7D. Windows color (decimal): -8294963 or 13462913. OLE color: 13462913.

HSL color Cylindrical-coordinate representation of color #816DCD: hue angle of 252.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #816DCD is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129109205-
CMYK0.370.4700.20
HSL252.5º48.98%61.57%-
HSV(B)252.5º46.83%80.39%-
XYZ25.5420.0160.27-
YUV125.92172.63130.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 109 (42.97% from 255) = 24.60%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=29.12%
G=24.60%
B=46.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291092050.370.4700.20252.548.9861.57
Hex816DCD252F014fc313e
Octal20115531545570243746176
Binary1000000111011011100110110010110111101010011111100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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