#817DD5

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

Shades of Moody Blue #817DD5

Tints of Moody Blue #817DD5

Color information

#817DD5 (or 0x817DD5) is unknown color: approx Moody Blue. HEX triplet: 81, 7D and D5. RGB value is (129,125,213). Sum of RGB (Red+Green+Blue) = 129+125+213=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #817DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817DD5 is #7E822A. Grayscale: #878787. Windows color (decimal): -8290859 or 13991297. OLE color: 13991297.

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

Color convert

RGB129125213-
CMYK0.390.4100.16
HSL242.73º51.16%66.27%-
HSV(B)242.73º41.31%83.53%-
XYZ28.424.1466.11-
YUV136.23171.33122.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.62%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 213 (83.59% from 255) = 45.61%
R=27.62%
G=26.77%
B=45.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1291252130.390.4100.16242.7351.1666.27
Hex817DD52729010f33342
Octal201175325475102036363102
Binary10000001111110111010101100111101001010000111100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,125,213); }

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

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

 a { background-color: rgb(129,125,213); }

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

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

 span { border-color: rgb(129,125,213); }

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