#877B9B

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

Shades of Deluge #877B9B

Tints of Deluge #877B9B

Color information

#877B9B (or 0x877B9B) is unknown color: approx Deluge. HEX triplet: 87, 7B and 9B. RGB value is (135,123,155). Sum of RGB (Red+Green+Blue) = 135+123+155=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #877B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877B9B is #788464. Grayscale: #828282. Windows color (decimal): -7898213 or 10189703. OLE color: 10189703.

HSL color Cylindrical-coordinate representation of color #877B9B: hue angle of 262.5º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #877B9B is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB135123155-
CMYK0.130.2100.39
HSL262.5º13.79%54.51%-
HSV(B)262.5º20.65%60.78%-
XYZ22.9921.6833.98-
YUV130.24141.98131.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.69%
GREEN value IS 123 (48.44% from 255) = 29.78%
BLUE value IS 155 (60.94% from 255) = 37.53%
R=32.69%
G=29.78%
B=37.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351231550.130.2100.39262.513.7954.51
Hex877B9BD15027106e37
Octal20717323315250474061667
Binary1000011111110111001101111011010101001111000001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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