#877899

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

Shades of Deluge #877899

Tints of Deluge #877899

Color information

#877899 (or 0x877899) is unknown color: approx Deluge. HEX triplet: 87, 78 and 99. RGB value is (135,120,153). Sum of RGB (Red+Green+Blue) = 135+120+153=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #877899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877899 is #788766. Grayscale: #808080. Windows color (decimal): -7898983 or 10057863. OLE color: 10057863.

HSL color Cylindrical-coordinate representation of color #877899: hue angle of 267.27º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #877899 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB135120153-
CMYK0.120.2200.4
HSL267.27º13.92%53.53%-
HSV(B)267.27º21.57%60%-
XYZ22.4620.8832.98-
YUV128.25141.97132.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.09%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 153 (60.16% from 255) = 37.5%
R=33.09%
G=29.41%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1351201530.120.2200.4267.2713.9253.53
Hex877899C1602810be36
Octal20717023114260504131666
Binary1000011111110001001100111001011001010001000010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877899; }

 p { color: rgb(135,120,153); }

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

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

 a { background-color: rgb(135,120,153); }

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

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

 span { border-color: rgb(135,120,153); }

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