#817ECD

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

Shades of Moody Blue #817ECD

Tints of Moody Blue #817ECD

Color information

#817ECD (or 0x817ECD) is unknown color: approx Moody Blue. HEX triplet: 81, 7E and CD. RGB value is (129,126,205). Sum of RGB (Red+Green+Blue) = 129+126+205=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #817ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817ECD is #7E8132. Grayscale: #878787. Windows color (decimal): -8290611 or 13467265. OLE color: 13467265.

HSL color Cylindrical-coordinate representation of color #817ECD: hue angle of 242.28º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #817ECD is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129126205-
CMYK0.370.3900.20
HSL242.28º44.13%64.9%-
HSV(B)242.28º38.54%80.39%-
XYZ27.532460.94-
YUV135.9166.99123.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.04%
GREEN value IS 126 (49.61% from 255) = 27.39%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=28.04%
G=27.39%
B=44.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291262050.370.3900.20242.2844.1364.9
Hex817ECD2527014f22c41
Octal201176315454702436254101
Binary10000001111111011001101100101100111010100111100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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