#868193

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

Shades of Topaz #868193

Tints of Topaz #868193

Color information

#868193 (or 0x868193) is unknown color: approx Topaz. HEX triplet: 86, 81 and 93. RGB value is (134,129,147). Sum of RGB (Red+Green+Blue) = 134+129+147=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 129 (50.78% from 255 or 31.46% 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 #868193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868193 is #797E6C. Grayscale: #848484. Windows color (decimal): -7962221 or 9666950. OLE color: 9666950.

HSL color Cylindrical-coordinate representation of color #868193: hue angle of 256.67º 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 #868193 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134129147-
CMYK0.090.1200.42
HSL256.67º7.69%54.12%-
HSV(B)256.67º12.24%57.65%-
XYZ22.9522.8830.81-
YUV132.55136.16129.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.68%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=32.68%
G=31.46%
B=35.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341291470.090.1200.42256.677.6954.12
Hex8681939C02A101836
Octal20620122311140524011066
Binary1000011010000001100100111001110001010101000000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868193; }

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

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

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

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

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

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

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

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