#8B8097

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

Shades of Topaz #8B8097

Tints of Topaz #8B8097

Color information

#8B8097 (or 0x8B8097) is unknown color: approx Topaz. HEX triplet: 8B, 80 and 97. RGB value is (139,128,151). Sum of RGB (Red+Green+Blue) = 139+128+151=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B8097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8097 is #747F68. Grayscale: #858585. Windows color (decimal): -7634793 or 9928843. OLE color: 9928843.

HSL color Cylindrical-coordinate representation of color #8B8097: hue angle of 268.7º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B8097 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB139128151-
CMYK0.080.1500.41
HSL268.7º9.96%54.71%-
HSV(B)268.7º15.23%59.22%-
XYZ23.9523.1632.49-
YUV133.91137.64131.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.25%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=33.25%
G=30.62%
B=36.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1391281510.080.1500.41268.79.9654.71
Hex8B80978F02910da37
Octal21320022710170514151267
Binary1000101110000000100101111000111101010011000011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,128,151); }

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

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

 a { background-color: rgb(139,128,151); }

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

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

 span { border-color: rgb(139,128,151); }

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