#8B8199

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

Shades of Topaz #8B8199

Tints of Topaz #8B8199

Color information

#8B8199 (or 0x8B8199) is unknown color: approx Topaz. HEX triplet: 8B, 81 and 99. RGB value is (139,129,153). Sum of RGB (Red+Green+Blue) = 139+129+153=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B8199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8199 is #747E66. Grayscale: #868686. Windows color (decimal): -7634535 or 10060171. OLE color: 10060171.

HSL color Cylindrical-coordinate representation of color #8B8199: hue angle of 265º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B8199 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB139129153-
CMYK0.090.1600.4
HSL265º10.53%55.29%-
HSV(B)265º15.69%60%-
XYZ24.2523.4933.39-
YUV134.73138.31131.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=33.02%
G=30.64%
B=36.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1391291530.090.1600.426510.5355.29
Hex8B8199910028109b37
Octal21320123111200504111367
Binary10001011100000011001100110011000001010001000010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,129,153); }

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

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

 a { background-color: rgb(139,129,153); }

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

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

 span { border-color: rgb(139,129,153); }

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