#8878AB

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

Shades of Deluge #8878AB

Tints of Deluge #8878AB

Color information

#8878AB (or 0x8878AB) is unknown color: approx Deluge. HEX triplet: 88, 78 and AB. RGB value is (136,120,171). Sum of RGB (Red+Green+Blue) = 136+120+171=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #8878AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8878AB is #778754. Grayscale: #828282. Windows color (decimal): -7833429 or 11237512. OLE color: 11237512.

HSL color Cylindrical-coordinate representation of color #8878AB: hue angle of 258.82º 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 #8878AB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136120171-
CMYK0.200.3000.33
HSL258.82º23.29%57.06%-
HSV(B)258.82º29.82%67.06%-
XYZ24.2221.6141.42-
YUV130.6150.8131.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=31.85%
G=28.10%
B=40.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361201710.200.3000.33258.8223.2957.06
Hex8878AB141E0211031739
Octal21017025324360414032771
Binary100010001111000101010111010011110010000110000001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8878AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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