#8878B5

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

Shades of Deluge #8878B5

Tints of Deluge #8878B5

Color information

#8878B5 (or 0x8878B5) is unknown color: approx Deluge. HEX triplet: 88, 78 and B5. RGB value is (136,120,181). Sum of RGB (Red+Green+Blue) = 136+120+181=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 181 - color contains mainly: blue. Hex color #8878B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878B5 is #77874A. Grayscale: #838383. Windows color (decimal): -7833419 or 11892872. OLE color: 11892872.

HSL color Cylindrical-coordinate representation of color #8878B5: hue angle of 255.74º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8878B5 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB136120181-
CMYK0.250.3400.29
HSL255.74º29.19%59.02%-
HSV(B)255.74º33.7%70.98%-
XYZ25.212246.63-
YUV131.74155.8131.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.12%
GREEN value IS 120 (47.27% from 255) = 27.46%
BLUE value IS 181 (71.09% from 255) = 41.42%
R=31.12%
G=27.46%
B=41.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361201810.250.3400.29255.7429.1959.02
Hex8878B5192201D1001d3b
Octal21017026531420354003573
Binary100010001111000101101011100110001001110110000000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8878B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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