#817EDD

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

Shades of Moody Blue #817EDD

Tints of Moody Blue #817EDD

Color information

#817EDD (or 0x817EDD) is unknown color: approx Moody Blue. HEX triplet: 81, 7E and DD. RGB value is (129,126,221). Sum of RGB (Red+Green+Blue) = 129+126+221=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #817EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817EDD is #7E8122. Grayscale: #898989. Windows color (decimal): -8290595 or 14515841. OLE color: 14515841.

HSL color Cylindrical-coordinate representation of color #817EDD: hue angle of 241.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #817EDD is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129126221-
CMYK0.420.4300.13
HSL241.89º58.28%68.04%-
HSV(B)241.89º42.99%86.67%-
XYZ29.5724.8171.64-
YUV137.73174.99121.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.10%
GREEN value IS 126 (49.61% from 255) = 26.47%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=27.10%
G=26.47%
B=46.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291262210.420.4300.13241.8958.2868.04
Hex817EDD2A2B0Df23a44
Octal201176335525301536272104
Binary1000000111111101101110110101010101101101111100101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,126,221); }

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

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

 a { background-color: rgb(129,126,221); }

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

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

 span { border-color: rgb(129,126,221); }

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