#817CD4

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

Shades of Moody Blue #817CD4

Tints of Moody Blue #817CD4

Color information

#817CD4 (or 0x817CD4) is unknown color: approx Moody Blue. HEX triplet: 81, 7C and D4. RGB value is (129,124,212). Sum of RGB (Red+Green+Blue) = 129+124+212=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #817CD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817CD4 is #7E832B. Grayscale: #878787. Windows color (decimal): -8291116 or 13925505. OLE color: 13925505.

HSL color Cylindrical-coordinate representation of color #817CD4: hue angle of 243.41º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #817CD4 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB129124212-
CMYK0.390.4200.17
HSL243.41º50.57%65.88%-
HSV(B)243.41º41.51%83.14%-
XYZ28.1423.8465.4-
YUV135.53171.16123.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.74%
GREEN value IS 124 (48.83% from 255) = 26.67%
BLUE value IS 212 (83.20% from 255) = 45.59%
R=27.74%
G=26.67%
B=45.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1291242120.390.4200.17243.4150.5765.88
Hex817CD4272A011f33342
Octal201174324475202136363102
Binary10000001111110011010100100111101010010001111100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817CD4; }

 p { color: rgb(129,124,212); }

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

<style>
 a { background-color: #817CD4; }

 a { background-color: rgb(129,124,212); }

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

<style>
 span { border-color: #817CD4; }

 span { border-color: rgb(129,124,212); }

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