#8878AE

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

Shades of Deluge #8878AE

Tints of Deluge #8878AE

Color information

#8878AE (or 0x8878AE) is unknown color: approx Deluge. HEX triplet: 88, 78 and AE. RGB value is (136,120,174). Sum of RGB (Red+Green+Blue) = 136+120+174=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #8878AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8878AE is #778751. Grayscale: #828282. Windows color (decimal): -7833426 or 11434120. OLE color: 11434120.

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

Color convert

RGB136120174-
CMYK0.220.3100.32
HSL257.78º25%57.65%-
HSV(B)257.78º31.03%68.24%-
XYZ24.5121.7242.95-
YUV130.94152.3131.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.63%
GREEN value IS 120 (47.27% from 255) = 27.91%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=31.63%
G=27.91%
B=40.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361201740.220.3100.32257.782557.65
Hex8878AE161F020102193a
Octal21017025626370404023172
Binary100010001111000101011101011011111010000010000001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8878AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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