#8878B0

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

Shades of Deluge #8878B0

Tints of Deluge #8878B0

Color information

#8878B0 (or 0x8878B0) is unknown color: approx Deluge. HEX triplet: 88, 78 and B0. RGB value is (136,120,176). Sum of RGB (Red+Green+Blue) = 136+120+176=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 176 - color contains mainly: blue. Hex color #8878B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8878B0 is #77874F. Grayscale: #828282. Windows color (decimal): -7833424 or 11565192. OLE color: 11565192.

HSL color Cylindrical-coordinate representation of color #8878B0: hue angle of 257.14º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8878B0 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136120176-
CMYK0.230.3200.31
HSL257.14º26.17%58.04%-
HSV(B)257.14º31.82%69.02%-
XYZ24.7121.843.98-
YUV131.17153.3131.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.48%
GREEN value IS 120 (47.27% from 255) = 27.78%
BLUE value IS 176 (69.14% from 255) = 40.74%
R=31.48%
G=27.78%
B=40.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361201760.230.3200.31257.1426.1758.04
Hex8878B0172001F1011a3a
Octal21017026027400374013272
Binary100010001111000101100001011110000001111110000000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8878B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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