#817EDA

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

Shades of Moody Blue #817EDA

Tints of Moody Blue #817EDA

Color information

#817EDA (or 0x817EDA) is unknown color: approx Moody Blue. HEX triplet: 81, 7E and DA. RGB value is (129,126,218). Sum of RGB (Red+Green+Blue) = 129+126+218=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #817EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817EDA is #7E8125. Grayscale: #898989. Windows color (decimal): -8290598 or 14319233. OLE color: 14319233.

HSL color Cylindrical-coordinate representation of color #817EDA: hue angle of 241.96º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #817EDA is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129126218-
CMYK0.410.4200.15
HSL241.96º55.42%67.45%-
HSV(B)241.96º42.2%85.49%-
XYZ29.1724.6569.55-
YUV137.38173.49122.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 126 (49.61% from 255) = 26.64%
BLUE value IS 218 (85.55% from 255) = 46.09%
R=27.27%
G=26.64%
B=46.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291262180.410.4200.15241.9655.4267.45
Hex817EDA292A0Ff23743
Octal201176332515201736267103
Binary1000000111111101101101010100110101001111111100101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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