#8A858F

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

Shades of Topaz #8A858F

Tints of Topaz #8A858F

Color information

#8A858F (or 0x8A858F) is unknown color: approx Topaz. HEX triplet: 8A, 85 and 8F. RGB value is (138,133,143). Sum of RGB (Red+Green+Blue) = 138+133+143=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 143 - color contains mainly: blue. Hex color #8A858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A858F is #757A70. Grayscale: #878787. Windows color (decimal): -7699057 or 9405834. OLE color: 9405834.

HSL color Cylindrical-coordinate representation of color #8A858F: hue angle of 270º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A858F is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB138133143-
CMYK0.030.0700.44
HSL270º4.27%54.12%-
HSV(B)270º6.99%56.08%-
XYZ23.8324.1629.39-
YUV135.64132.16129.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 143 (56.25% from 255) = 34.54%
R=33.33%
G=32.13%
B=34.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1381331430.030.0700.442704.2754.12
Hex8A858F3702C10e436
Octal21220521737054416466
Binary100010101000010110001111111110101100100001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,133,143); }

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

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

 a { background-color: rgb(138,133,143); }

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

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

 span { border-color: rgb(138,133,143); }

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