#877BAD

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

Shades of Deluge #877BAD

Tints of Deluge #877BAD

Color information

#877BAD (or 0x877BAD) is unknown color: approx Deluge. HEX triplet: 87, 7B and AD. RGB value is (135,123,173). Sum of RGB (Red+Green+Blue) = 135+123+173=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #877BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877BAD is #788452. Grayscale: #848484. Windows color (decimal): -7898195 or 11369351. OLE color: 11369351.

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

Color convert

RGB135123173-
CMYK0.220.2900.32
HSL254.4º23.36%58.04%-
HSV(B)254.4º28.9%67.84%-
XYZ24.6222.3342.55-
YUV132.29150.98129.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.32%
GREEN value IS 123 (48.44% from 255) = 28.54%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=31.32%
G=28.54%
B=40.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351231730.220.2900.32254.423.3658.04
Hex877BAD161D020fe173a
Octal20717325526350403762772
Binary10000111111101110101101101101110101000001111111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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