#816CC7

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

Shades of Moody Blue #816CC7

Tints of Moody Blue #816CC7

Color information

#816CC7 (or 0x816CC7) is unknown color: approx Moody Blue. HEX triplet: 81, 6C and C7. RGB value is (129,108,199). Sum of RGB (Red+Green+Blue) = 129+108+199=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #816CC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816CC7 is #7E9338. Grayscale: #7C7C7C. Windows color (decimal): -8295225 or 13069441. OLE color: 13069441.

HSL color Cylindrical-coordinate representation of color #816CC7: hue angle of 253.85º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #816CC7 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB129108199-
CMYK0.350.4600.22
HSL253.85º44.83%60.2%-
HSV(B)253.85º45.73%78.04%-
XYZ24.7219.5256.5-
YUV124.65169.96131.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.59%
GREEN value IS 108 (42.58% from 255) = 24.77%
BLUE value IS 199 (78.12% from 255) = 45.64%
R=29.59%
G=24.77%
B=45.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1291081990.350.4600.22253.8544.8360.2
Hex816CC7232E016fe2d3c
Octal20115430743560263765574
Binary1000000111011001100011110001110111001011011111110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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