#877AAB

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

Shades of Deluge #877AAB

Tints of Deluge #877AAB

Color information

#877AAB (or 0x877AAB) is unknown color: approx Deluge. HEX triplet: 87, 7A and AB. RGB value is (135,122,171). Sum of RGB (Red+Green+Blue) = 135+122+171=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #877AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877AAB is #788554. Grayscale: #838383. Windows color (decimal): -7898453 or 11238023. OLE color: 11238023.

HSL color Cylindrical-coordinate representation of color #877AAB: hue angle of 255.92º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #877AAB is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135122171-
CMYK0.210.2900.33
HSL255.92º22.58%57.45%-
HSV(B)255.92º28.65%67.06%-
XYZ24.322.0141.5-
YUV131.47150.31130.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.54%
GREEN value IS 122 (48.05% from 255) = 28.50%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=31.54%
G=28.50%
B=39.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351221710.210.2900.33255.9222.5857.45
Hex877AAB151D0211001739
Octal20717225325350414002771
Binary100001111111010101010111010111101010000110000000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,122,171); }

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

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

 a { background-color: rgb(135,122,171); }

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

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

 span { border-color: rgb(135,122,171); }

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