#8B8693

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

Shades of Topaz #8B8693

Tints of Topaz #8B8693

Color information

#8B8693 (or 0x8B8693) is unknown color: approx Topaz. HEX triplet: 8B, 86 and 93. RGB value is (139,134,147). Sum of RGB (Red+Green+Blue) = 139+134+147=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 147 - color contains mainly: blue. Hex color #8B8693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8693 is #74796C. Grayscale: #888888. Windows color (decimal): -7633261 or 9668235. OLE color: 9668235.

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

Color convert

RGB139134147-
CMYK0.050.0900.42
HSL263.08º5.68%55.1%-
HSV(B)263.08º8.84%57.65%-
XYZ24.4424.6531.07-
YUV136.98133.66129.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 134 (52.73% from 255) = 31.90%
BLUE value IS 147 (57.81% from 255) = 35%
R=33.10%
G=31.90%
B=35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391341470.050.0900.42263.085.6855.1
Hex8B86935902A107637
Octal213206223511052407667
Binary10001011100001101001001110110010101010100000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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