#877AA4

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

Shades of Deluge #877AA4

Tints of Deluge #877AA4

Color information

#877AA4 (or 0x877AA4) is unknown color: approx Deluge. HEX triplet: 87, 7A and A4. RGB value is (135,122,164). Sum of RGB (Red+Green+Blue) = 135+122+164=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 164 - color contains mainly: blue. Hex color #877AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877AA4 is #78855B. Grayscale: #828282. Windows color (decimal): -7898460 or 10779271. OLE color: 10779271.

HSL color Cylindrical-coordinate representation of color #877AA4: hue angle of 258.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #877AA4 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB135122164-
CMYK0.180.2600.36
HSL258.57º18.75%56.08%-
HSV(B)258.57º25.61%64.31%-
XYZ23.6521.7538.07-
YUV130.67146.81131.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.07%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 164 (64.45% from 255) = 38.95%
R=32.07%
G=28.98%
B=38.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351221640.180.2600.36258.5718.7556.08
Hex877AA4121A0241031338
Octal20717224422320444032370
Binary100001111111010101001001001011010010010010000001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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