#8578AB

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

Shades of Deluge #8578AB

Tints of Deluge #8578AB

Color information

#8578AB (or 0x8578AB) is unknown color: approx Deluge. HEX triplet: 85, 78 and AB. RGB value is (133,120,171). Sum of RGB (Red+Green+Blue) = 133+120+171=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #8578AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8578AB is #7A8754. Grayscale: #818181. Windows color (decimal): -8030037 or 11237509. OLE color: 11237509.

HSL color Cylindrical-coordinate representation of color #8578AB: hue angle of 255.29º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8578AB is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133120171-
CMYK0.220.3000.33
HSL255.29º23.29%57.06%-
HSV(B)255.29º29.82%67.06%-
XYZ23.7421.3641.4-
YUV129.7151.31130.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.37%
GREEN value IS 120 (47.27% from 255) = 28.30%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=31.37%
G=28.30%
B=40.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331201710.220.3000.33255.2923.2957.06
Hex8578AB161E021ff1739
Octal20517025326360413772771
Binary10000101111100010101011101101111001000011111111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8578AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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