#816CCE

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

Shades of Moody Blue #816CCE

Tints of Moody Blue #816CCE

Color information

#816CCE (or 0x816CCE) is unknown color: approx Moody Blue. HEX triplet: 81, 6C and CE. RGB value is (129,108,206). Sum of RGB (Red+Green+Blue) = 129+108+206=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #816CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816CCE is #7E9331. Grayscale: #7D7D7D. Windows color (decimal): -8295218 or 13528193. OLE color: 13528193.

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

Color convert

RGB129108206-
CMYK0.370.4800.19
HSL252.86º50%61.57%-
HSV(B)252.86º47.57%80.78%-
XYZ25.5619.8560.88-
YUV125.45173.46130.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 108 (42.58% from 255) = 24.38%
BLUE value IS 206 (80.86% from 255) = 46.50%
R=29.12%
G=24.38%
B=46.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291082060.370.4800.19252.865061.57
Hex816CCE2530013fd323e
Octal20115431645600233756276
Binary1000000111011001100111010010111000001001111111101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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