#8580DF

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

Shades of Moody Blue #8580DF

Tints of Moody Blue #8580DF

Color information

#8580DF (or 0x8580DF) is unknown color: approx Moody Blue. HEX triplet: 85, 80 and DF. RGB value is (133,128,223). Sum of RGB (Red+Green+Blue) = 133+128+223=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #8580DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8580DF is #7A7F20. Grayscale: #8B8B8B. Windows color (decimal): -8027937 or 14647429. OLE color: 14647429.

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

Color convert

RGB133128223-
CMYK0.400.4300.13
HSL243.16º59.75%68.82%-
HSV(B)243.16º42.6%87.45%-
XYZ30.7125.7573.16-
YUV140.32174.66122.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.48%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 223 (87.5% from 255) = 46.07%
R=27.48%
G=26.45%
B=46.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331282230.400.4300.13243.1659.7568.82
Hex8580DF282B0Df33c45
Octal205200337505301536374105
Binary10000101100000001101111110100010101101101111100111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8580DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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