#8878AD

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

Shades of Deluge #8878AD

Tints of Deluge #8878AD

Color information

#8878AD (or 0x8878AD) is unknown color: approx Deluge. HEX triplet: 88, 78 and AD. RGB value is (136,120,173). Sum of RGB (Red+Green+Blue) = 136+120+173=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #8878AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8878AD is #778752. Grayscale: #828282. Windows color (decimal): -7833427 or 11368584. OLE color: 11368584.

HSL color Cylindrical-coordinate representation of color #8878AD: hue angle of 258.11º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8878AD is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136120173-
CMYK0.210.3100.32
HSL258.11º24.42%57.45%-
HSV(B)258.11º30.64%67.84%-
XYZ24.4121.6842.43-
YUV130.83151.8131.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.70%
GREEN value IS 120 (47.27% from 255) = 27.97%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=31.70%
G=27.97%
B=40.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361201730.210.3100.32258.1124.4257.45
Hex8878AD151F0201021839
Octal21017025525370404023071
Binary100010001111000101011011010111111010000010000001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8878AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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