#8A868D

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

Shades of Topaz #8A868D

Tints of Topaz #8A868D

Color information

#8A868D (or 0x8A868D) is unknown color: approx Topaz. HEX triplet: 8A, 86 and 8D. RGB value is (138,134,141). Sum of RGB (Red+Green+Blue) = 138+134+141=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A868D is #757972. Grayscale: #878787. Windows color (decimal): -7698803 or 9275018. OLE color: 9275018.

HSL color Cylindrical-coordinate representation of color #8A868D: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8A868D is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB138134141-
CMYK0.020.0500.45
HSL274.29º2.98%53.92%-
HSV(B)274.29º4.96%55.29%-
XYZ23.8124.3828.65-
YUV135.99130.83129.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.41%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=33.41%
G=32.45%
B=34.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381341410.020.0500.45274.292.9853.92
Hex8A868D2502D112336
Octal21220621525055422366
Binary10001010100001101000110110101010110110001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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