#817AD4

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

Shades of Moody Blue #817AD4

Tints of Moody Blue #817AD4

Color information

#817AD4 (or 0x817AD4) is unknown color: approx Moody Blue. HEX triplet: 81, 7A and D4. RGB value is (129,122,212). Sum of RGB (Red+Green+Blue) = 129+122+212=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 212 - color contains mainly: blue. Hex color #817AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817AD4 is #7E852B. Grayscale: #858585. Windows color (decimal): -8291628 or 13924993. OLE color: 13924993.

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

Color convert

RGB129122212-
CMYK0.390.4200.17
HSL244.67º51.14%65.49%-
HSV(B)244.67º42.45%83.14%-
XYZ27.923.3465.32-
YUV134.35171.82124.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.86%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 212 (83.20% from 255) = 45.79%
R=27.86%
G=26.35%
B=45.79%

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
Decimal1291222120.390.4200.17244.6751.1465.49
Hex817AD4272A011f53341
Octal201172324475202136563101
Binary10000001111101011010100100111101010010001111101011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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