#8580DD

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

Shades of Moody Blue #8580DD

Tints of Moody Blue #8580DD

Color information

#8580DD (or 0x8580DD) is unknown color: approx Moody Blue. HEX triplet: 85, 80 and DD. RGB value is (133,128,221). Sum of RGB (Red+Green+Blue) = 133+128+221=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #8580DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8580DD is #7A7F22. Grayscale: #8B8B8B. Windows color (decimal): -8027939 or 14516357. OLE color: 14516357.

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

Color convert

RGB133128221-
CMYK0.400.4200.13
HSL243.23º57.76%68.43%-
HSV(B)243.23º42.08%86.67%-
XYZ30.4425.6571.75-
YUV140.1173.66122.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 128 (50.39% from 255) = 26.56%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=27.59%
G=26.56%
B=45.85%

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
Decimal1331282210.400.4200.13243.2357.7668.43
Hex8580DD282A0Df33a44
Octal205200335505201536372104
Binary10000101100000001101110110100010101001101111100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8580DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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