#877FB0

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

Shades of Deluge #877FB0

Tints of Deluge #877FB0

Color information

#877FB0 (or 0x877FB0) is unknown color: approx Deluge. HEX triplet: 87, 7F and B0. RGB value is (135,127,176). Sum of RGB (Red+Green+Blue) = 135+127+176=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 176 - color contains mainly: blue. Hex color #877FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877FB0 is #78804F. Grayscale: #868686. Windows color (decimal): -7897168 or 11566983. OLE color: 11566983.

HSL color Cylindrical-coordinate representation of color #877FB0: hue angle of 249.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 #877FB0 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135127176-
CMYK0.230.2800.31
HSL249.8º23.67%59.41%-
HSV(B)249.8º27.84%69.02%-
XYZ25.4223.4644.26-
YUV134.98151.15128.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.82%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 176 (69.14% from 255) = 40.18%
R=30.82%
G=29.00%
B=40.18%

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
Decimal1351271760.230.2800.31249.823.6759.41
Hex877FB0171C01Ffa183b
Octal20717726027340373723073
Binary1000011111111111011000010111111000111111111101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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