#877EB0

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

Shades of Deluge #877EB0

Tints of Deluge #877EB0

Color information

#877EB0 (or 0x877EB0) is unknown color: approx Deluge. HEX triplet: 87, 7E and B0. RGB value is (135,126,176). Sum of RGB (Red+Green+Blue) = 135+126+176=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 176 - color contains mainly: blue. Hex color #877EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877EB0 is #78814F. Grayscale: #868686. Windows color (decimal): -7897424 or 11566727. OLE color: 11566727.

HSL color Cylindrical-coordinate representation of color #877EB0: hue angle of 250.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #877EB0 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135126176-
CMYK0.230.2800.31
HSL250.8º24.04%59.22%-
HSV(B)250.8º28.41%69.02%-
XYZ25.2923.2144.22-
YUV134.39151.48128.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.89%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 176 (69.14% from 255) = 40.27%
R=30.89%
G=28.83%
B=40.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351261760.230.2800.31250.824.0459.22
Hex877EB0171C01Ffb183b
Octal20717626027340373733073
Binary1000011111111101011000010111111000111111111101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,126,176); }

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

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

 a { background-color: rgb(135,126,176); }

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

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

 span { border-color: rgb(135,126,176); }

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