#8A8293

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

Shades of Topaz #8A8293

Tints of Topaz #8A8293

Color information

#8A8293 (or 0x8A8293) is unknown color: approx Topaz. HEX triplet: 8A, 82 and 93. RGB value is (138,130,147). Sum of RGB (Red+Green+Blue) = 138+130+147=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A8293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8293 is #757D6C. Grayscale: #868686. Windows color (decimal): -7699821 or 9667210. OLE color: 9667210.

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

Color convert

RGB138130147-
CMYK0.060.1200.42
HSL268.24º7.3%54.31%-
HSV(B)268.24º11.56%57.65%-
XYZ23.7323.4830.88-
YUV134.33135.15130.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 147 (57.81% from 255) = 35.42%
R=33.25%
G=31.33%
B=35.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381301470.060.1200.42268.247.354.31
Hex8A82936C02A10c736
Octal212202223614052414766
Binary10001010100000101001001111011000101010100001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A8293; }

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

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

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

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

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

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

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

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