#816DCE

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

Shades of Moody Blue #816DCE

Tints of Moody Blue #816DCE

Color information

#816DCE (or 0x816DCE) is unknown color: approx Moody Blue. HEX triplet: 81, 6D and CE. RGB value is (129,109,206). Sum of RGB (Red+Green+Blue) = 129+109+206=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #816DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DCE is #7E9231. Grayscale: #7D7D7D. Windows color (decimal): -8294962 or 13528449. OLE color: 13528449.

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

Color convert

RGB129109206-
CMYK0.370.4700.19
HSL252.37º49.74%61.76%-
HSV(B)252.37º47.09%80.78%-
XYZ25.6620.0660.91-
YUV126.04173.13130.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=29.05%
G=24.55%
B=46.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291092060.370.4700.19252.3749.7461.76
Hex816DCE252F013fc323e
Octal20115531645570233746276
Binary1000000111011011100111010010110111101001111111100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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