#8580AB

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

Shades of Deluge #8580AB

Tints of Deluge #8580AB

Color information

#8580AB (or 0x8580AB) is unknown color: approx Deluge. HEX triplet: 85, 80 and AB. RGB value is (133,128,171). Sum of RGB (Red+Green+Blue) = 133+128+171=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #8580AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8580AB is #7A7F54. Grayscale: #868686. Windows color (decimal): -8027989 or 11239557. OLE color: 11239557.

HSL color Cylindrical-coordinate representation of color #8580AB: hue angle of 246.98º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8580AB is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133128171-
CMYK0.220.2500.33
HSL246.98º20.38%58.63%-
HSV(B)246.98º25.15%67.06%-
XYZ24.7423.3741.73-
YUV134.4148.66127-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.79%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=30.79%
G=29.63%
B=39.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331281710.220.2500.33246.9820.3858.63
Hex8580AB1619021f7143b
Octal20520025326310413672473
Binary100001011000000010101011101101100101000011111011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8580AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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