#877AA3

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

Shades of Deluge #877AA3

Tints of Deluge #877AA3

Color information

#877AA3 (or 0x877AA3) is unknown color: approx Deluge. HEX triplet: 87, 7A and A3. RGB value is (135,122,163). Sum of RGB (Red+Green+Blue) = 135+122+163=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 163 - color contains mainly: blue. Hex color #877AA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877AA3 is #78855C. Grayscale: #828282. Windows color (decimal): -7898461 or 10713735. OLE color: 10713735.

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

Color convert

RGB135122163-
CMYK0.170.2500.36
HSL259.02º18.22%55.88%-
HSV(B)259.02º25.15%63.92%-
XYZ23.5621.7137.6-
YUV130.56146.31131.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.14%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 163 (64.06% from 255) = 38.81%
R=32.14%
G=29.05%
B=38.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351221630.170.2500.36259.0218.2255.88
Hex877AA311190241031238
Octal20717224321310444032270
Binary100001111111010101000111000111001010010010000001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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