#878093

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

Shades of Topaz #878093

Tints of Topaz #878093

Color information

#878093 (or 0x878093) is unknown color: approx Topaz. HEX triplet: 87, 80 and 93. RGB value is (135,128,147). Sum of RGB (Red+Green+Blue) = 135+128+147=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 147 - color contains mainly: blue. Hex color #878093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878093 is #787F6C. Grayscale: #848484. Windows color (decimal): -7896941 or 9666695. OLE color: 9666695.

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

Color convert

RGB135128147-
CMYK0.080.1300.42
HSL262.11º8.09%53.92%-
HSV(B)262.11º12.93%57.65%-
XYZ22.9822.730.77-
YUV132.26136.32129.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.93%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=32.93%
G=31.22%
B=35.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351281470.080.1300.42262.118.0953.92
Hex8780938D02A106836
Octal20720022310150524061066
Binary1000011110000000100100111000110101010101000001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878093; }

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

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

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

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

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

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

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

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