#8581DD

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

Shades of Moody Blue #8581DD

Tints of Moody Blue #8581DD

Color information

#8581DD (or 0x8581DD) is unknown color: approx Moody Blue. HEX triplet: 85, 81 and DD. RGB value is (133,129,221). Sum of RGB (Red+Green+Blue) = 133+129+221=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #8581DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8581DD is #7A7E22. Grayscale: #8C8C8C. Windows color (decimal): -8027683 or 14516613. OLE color: 14516613.

HSL color Cylindrical-coordinate representation of color #8581DD: hue angle of 242.61º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8581DD is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133129221-
CMYK0.400.4200.13
HSL242.61º57.5%68.63%-
HSV(B)242.61º41.63%86.67%-
XYZ30.5725.9171.8-
YUV140.68173.33122.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.54%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=27.54%
G=26.71%
B=45.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331292210.400.4200.13242.6157.568.63
Hex8581DD282A0Df33a45
Octal205201335505201536372105
Binary10000101100000011101110110100010101001101111100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8581DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8581DD; }

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

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

<style>
 a { background-color: #8581DD; }

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

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

<style>
 span { border-color: #8581DD; }

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

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