#868293

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

Shades of Topaz #868293

Tints of Topaz #868293

Color information

#868293 (or 0x868293) is unknown color: approx Topaz. HEX triplet: 86, 82 and 93. RGB value is (134,130,147). Sum of RGB (Red+Green+Blue) = 134+130+147=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 130 (51.17% from 255 or 31.63% 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 #868293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868293 is #797D6C. Grayscale: #858585. Windows color (decimal): -7961965 or 9667206. OLE color: 9667206.

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

Color convert

RGB134130147-
CMYK0.090.1200.42
HSL254.12º7.3%54.31%-
HSV(B)254.12º11.56%57.65%-
XYZ23.0823.1430.85-
YUV133.13135.83128.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 130 (51.17% from 255) = 31.63%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=32.60%
G=31.63%
B=35.77%

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
Decimal1341301470.090.1200.42254.127.354.31
Hex8682939C02Afe736
Octal2062022231114052376766
Binary10000110100000101001001110011100010101011111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868293; }

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

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

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

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

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

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

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

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