#816DC1

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

Shades of Moody Blue #816DC1

Tints of Moody Blue #816DC1

Color information

#816DC1 (or 0x816DC1) is unknown color: approx Moody Blue. HEX triplet: 81, 6D and C1. RGB value is (129,109,193). Sum of RGB (Red+Green+Blue) = 129+109+193=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #816DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DC1 is #7E923E. Grayscale: #7C7C7C. Windows color (decimal): -8294975 or 12676481. OLE color: 12676481.

HSL color Cylindrical-coordinate representation of color #816DC1: hue angle of 254.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #816DC1 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB129109193-
CMYK0.330.4400.24
HSL254.29º40.38%59.22%-
HSV(B)254.29º43.52%75.69%-
XYZ24.1519.4552.93-
YUV124.56166.63131.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.93%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 193 (75.78% from 255) = 44.78%
R=29.93%
G=25.29%
B=44.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291091930.330.4400.24254.2940.3859.22
Hex816DC1212C018fe283b
Octal20115530141540303765073
Binary1000000111011011100000110000110110001100011111110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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