#8870A7

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

Shades of Deluge #8870A7

Tints of Deluge #8870A7

Color information

#8870A7 (or 0x8870A7) is unknown color: approx Deluge. HEX triplet: 88, 70 and A7. RGB value is (136,112,167). Sum of RGB (Red+Green+Blue) = 136+112+167=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 167 - color contains mainly: blue. Hex color #8870A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8870A7 is #778F58. Grayscale: #7D7D7D. Windows color (decimal): -7835481 or 10973320. OLE color: 10973320.

HSL color Cylindrical-coordinate representation of color #8870A7: hue angle of 266.18º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8870A7 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB136112167-
CMYK0.190.3300.35
HSL266.18º23.81%54.71%-
HSV(B)266.18º32.93%65.49%-
XYZ22.9219.6139.14-
YUV125.45151.45135.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.77%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 167 (65.62% from 255) = 40.24%
R=32.77%
G=26.99%
B=40.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1361121670.190.3300.35266.1823.8154.71
Hex8870A7132102310a1837
Octal21016024723410434123067
Binary1000100011100001010011110011100001010001110000101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8870A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8870A7; }

 p { color: rgb(136,112,167); }

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

<style>
 a { background-color: #8870A7; }

 a { background-color: rgb(136,112,167); }

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

<style>
 span { border-color: #8870A7; }

 span { border-color: rgb(136,112,167); }

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