#877FAD

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

Shades of Deluge #877FAD

Tints of Deluge #877FAD

Color information

#877FAD (or 0x877FAD) is unknown color: approx Deluge. HEX triplet: 87, 7F and AD. RGB value is (135,127,173). Sum of RGB (Red+Green+Blue) = 135+127+173=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #877FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877FAD is #788052. Grayscale: #868686. Windows color (decimal): -7897171 or 11370375. OLE color: 11370375.

HSL color Cylindrical-coordinate representation of color #877FAD: hue angle of 250.43º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #877FAD is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB135127173-
CMYK0.220.2700.32
HSL250.43º21.9%58.82%-
HSV(B)250.43º26.59%67.84%-
XYZ25.1223.3542.72-
YUV134.64149.65128.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.03%
GREEN value IS 127 (50% from 255) = 29.20%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=31.03%
G=29.20%
B=39.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351271730.220.2700.32250.4321.958.82
Hex877FAD161B020fa163b
Octal20717725526330403722673
Binary10000111111111110101101101101101101000001111101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,127,173); }

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

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

 a { background-color: rgb(135,127,173); }

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

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

 span { border-color: rgb(135,127,173); }

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