#877B98

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

Shades of Deluge #877B98

Tints of Deluge #877B98

Color information

#877B98 (or 0x877B98) is unknown color: approx Deluge. HEX triplet: 87, 7B and 98. RGB value is (135,123,152). Sum of RGB (Red+Green+Blue) = 135+123+152=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 152 - color contains mainly: blue. Hex color #877B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877B98 is #788467. Grayscale: #818181. Windows color (decimal): -7898216 or 9993095. OLE color: 9993095.

HSL color Cylindrical-coordinate representation of color #877B98: hue angle of 264.83º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #877B98 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB135123152-
CMYK0.110.1900.40
HSL264.83º12.34%53.92%-
HSV(B)264.83º19.08%59.61%-
XYZ22.7421.5832.67-
YUV129.89140.48131.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.93%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 152 (59.77% from 255) = 37.07%
R=32.93%
G=30%
B=37.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351231520.110.1900.40264.8312.3453.92
Hex877B98B13028109c36
Octal20717323013230504111466
Binary1000011111110111001100010111001101010001000010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,123,152); }

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

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

 a { background-color: rgb(135,123,152); }

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

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

 span { border-color: rgb(135,123,152); }

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