#878193

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

Shades of Topaz #878193

Tints of Topaz #878193

Color information

#878193 (or 0x878193) is unknown color: approx Topaz. HEX triplet: 87, 81 and 93. RGB value is (135,129,147). Sum of RGB (Red+Green+Blue) = 135+129+147=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 147 - color contains mainly: blue. Hex color #878193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878193 is #787E6C. Grayscale: #848484. Windows color (decimal): -7896685 or 9666951. OLE color: 9666951.

HSL color Cylindrical-coordinate representation of color #878193: hue angle of 260º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #878193 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135129147-
CMYK0.080.1200.42
HSL260º7.69%54.12%-
HSV(B)260º12.24%57.65%-
XYZ23.1122.9630.82-
YUV132.85135.99129.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.85%
GREEN value IS 129 (50.78% from 255) = 31.39%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=32.85%
G=31.39%
B=35.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351291470.080.1200.422607.6954.12
Hex8781938C02A104836
Octal20720122310140524041066
Binary1000011110000001100100111000110001010101000001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878193; }

 p { color: rgb(135,129,147); }

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

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

 a { background-color: rgb(135,129,147); }

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

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

 span { border-color: rgb(135,129,147); }

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