#8580E1

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

Shades of Moody Blue #8580E1

Tints of Moody Blue #8580E1

Color information

#8580E1 (or 0x8580E1) is unknown color: approx Moody Blue. HEX triplet: 85, 80 and E1. RGB value is (133,128,225). Sum of RGB (Red+Green+Blue) = 133+128+225=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #8580E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8580E1 is #7A7F1E. Grayscale: #8C8C8C. Windows color (decimal): -8027935 or 14778501. OLE color: 14778501.

HSL color Cylindrical-coordinate representation of color #8580E1: hue angle of 243.09º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8580E1 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB133128225-
CMYK0.410.4300.12
HSL243.09º61.78%69.22%-
HSV(B)243.09º43.11%88.24%-
XYZ30.9825.8674.59-
YUV140.55175.66122.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.37%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 225 (88.28% from 255) = 46.30%
R=27.37%
G=26.34%
B=46.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1331282250.410.4300.12243.0961.7869.22
Hex8580E1292B0Cf33e45
Octal205200341515301436376105
Binary10000101100000001110000110100110101101100111100111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8580E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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