#878299

Color #878299 Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #878299

Tints of Grey Suit #878299

Color information

#878299 (or 0x878299) is unknown color: approx Grey Suit. HEX triplet: 87, 82 and 99. RGB value is (135,130,153). Sum of RGB (Red+Green+Blue) = 135+130+153=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #878299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878299 is #787D66. Grayscale: #868686. Windows color (decimal): -7896423 or 10060423. OLE color: 10060423.

HSL color Cylindrical-coordinate representation of color #878299: hue angle of 253.04º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #878299 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB135130153-
CMYK0.120.1500.4
HSL253.04º10.13%55.49%-
HSV(B)253.04º15.03%60%-
XYZ23.7223.4233.41-
YUV134.12138.66128.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=32.30%
G=31.10%
B=36.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1351301530.120.1500.4253.0410.1355.49
Hex878299CF028fda37
Octal20720223114170503751267
Binary100001111000001010011001110011110101000111111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878299; }

 p { color: rgb(135,130,153); }

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

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

 a { background-color: rgb(135,130,153); }

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

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

 span { border-color: rgb(135,130,153); }

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