#8B8592

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

Shades of Topaz #8B8592

Tints of Topaz #8B8592

Color information

#8B8592 (or 0x8B8592) is unknown color: approx Topaz. HEX triplet: 8B, 85 and 92. RGB value is (139,133,146). Sum of RGB (Red+Green+Blue) = 139+133+146=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B8592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8592 is #747A6D. Grayscale: #888888. Windows color (decimal): -7633518 or 9602443. OLE color: 9602443.

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

Color convert

RGB139133146-
CMYK0.050.0900.43
HSL267.69º5.63%54.71%-
HSV(B)267.69º8.9%57.25%-
XYZ24.2224.3430.62-
YUV136.28133.49129.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.25%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=33.25%
G=31.82%
B=34.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391331460.050.0900.43267.695.6354.71
Hex8B85925902B10c637
Octal213205222511053414667
Binary10001011100001011001001010110010101011100001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,133,146); }

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

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

 a { background-color: rgb(139,133,146); }

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

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

 span { border-color: rgb(139,133,146); }

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