#8B868F

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

Shades of Topaz #8B868F

Tints of Topaz #8B868F

Color information

#8B868F (or 0x8B868F) is unknown color: approx Topaz. HEX triplet: 8B, 86 and 8F. RGB value is (139,134,143). Sum of RGB (Red+Green+Blue) = 139+134+143=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 143 - color contains mainly: blue. Hex color #8B868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B868F is #747970. Grayscale: #888888. Windows color (decimal): -7633265 or 9406091. OLE color: 9406091.

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

Color convert

RGB139134143-
CMYK0.030.0600.44
HSL273.33º3.86%54.31%-
HSV(B)273.33º6.29%56.08%-
XYZ24.1324.5229.45-
YUV136.52131.66129.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.41%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 143 (56.25% from 255) = 34.38%
R=33.41%
G=32.21%
B=34.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391341430.030.0600.44273.333.8654.31
Hex8B868F3602C111436
Octal21320621736054421466
Binary100010111000011010001111111100101100100010001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,134,143); }

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

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

 a { background-color: rgb(139,134,143); }

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

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

 span { border-color: rgb(139,134,143); }

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