#8A8693

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

Shades of Topaz #8A8693

Tints of Topaz #8A8693

Color information

#8A8693 (or 0x8A8693) is unknown color: approx Topaz. HEX triplet: 8A, 86 and 93. RGB value is (138,134,147). Sum of RGB (Red+Green+Blue) = 138+134+147=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A8693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8693 is #75796C. Grayscale: #888888. Windows color (decimal): -7698797 or 9668234. OLE color: 9668234.

HSL color Cylindrical-coordinate representation of color #8A8693: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A8693 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB138134147-
CMYK0.060.0900.42
HSL258.46º5.68%55.1%-
HSV(B)258.46º8.84%57.65%-
XYZ24.2724.5631.07-
YUV136.68133.83128.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.94%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=32.94%
G=31.98%
B=35.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381341470.060.0900.42258.465.6855.1
Hex8A86936902A102637
Octal212206223611052402667
Binary10001010100001101001001111010010101010100000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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