#877E97

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

Shades of Deluge #877E97

Tints of Deluge #877E97

Color information

#877E97 (or 0x877E97) is unknown color: approx Deluge. HEX triplet: 87, 7E and 97. RGB value is (135,126,151). Sum of RGB (Red+Green+Blue) = 135+126+151=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 151 - color contains mainly: blue. Hex color #877E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877E97 is #788168. Grayscale: #838383. Windows color (decimal): -7897449 or 9928327. OLE color: 9928327.

HSL color Cylindrical-coordinate representation of color #877E97: hue angle of 261.6º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #877E97 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB135126151-
CMYK0.110.1700.41
HSL261.6º10.73%54.31%-
HSV(B)261.6º16.56%59.22%-
XYZ23.0422.3132.37-
YUV131.54138.98130.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.77%
GREEN value IS 126 (49.61% from 255) = 30.58%
BLUE value IS 151 (59.38% from 255) = 36.65%
R=32.77%
G=30.58%
B=36.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351261510.110.1700.41261.610.7354.31
Hex877E97B11029106b36
Octal20717622713210514061366
Binary1000011111111101001011110111000101010011000001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877E97; }

 p { color: rgb(135,126,151); }

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

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

 a { background-color: rgb(135,126,151); }

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

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

 span { border-color: rgb(135,126,151); }

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