#8580CA

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

Shades of Moody Blue #8580CA

Tints of Moody Blue #8580CA

Color information

#8580CA (or 0x8580CA) is unknown color: approx Moody Blue. HEX triplet: 85, 80 and CA. RGB value is (133,128,202). Sum of RGB (Red+Green+Blue) = 133+128+202=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #8580CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8580CA is #7A7F35. Grayscale: #898989. Windows color (decimal): -8027958 or 13271173. OLE color: 13271173.

HSL color Cylindrical-coordinate representation of color #8580CA: hue angle of 244.05º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8580CA is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB133128202-
CMYK0.340.3700.21
HSL244.05º41.11%64.71%-
HSV(B)244.05º36.63%79.22%-
XYZ28.0524.6959.16-
YUV137.93164.16124.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.73%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=28.73%
G=27.65%
B=43.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331282020.340.3700.21244.0541.1164.71
Hex8580CA2225015f42941
Octal205200312424502536451101
Binary100001011000000011001010100010100101010101111101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8580CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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