#8B8790

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

Shades of Topaz #8B8790

Tints of Topaz #8B8790

Color information

#8B8790 (or 0x8B8790) is unknown color: approx Topaz. HEX triplet: 8B, 87 and 90. RGB value is (139,135,144). Sum of RGB (Red+Green+Blue) = 139+135+144=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B8790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8790 is #74786F. Grayscale: #898989. Windows color (decimal): -7633008 or 9471883. OLE color: 9471883.

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

Color convert

RGB139135144-
CMYK0.030.0600.44
HSL266.67º3.9%54.71%-
HSV(B)266.67º6.25%56.47%-
XYZ24.3524.8329.9-
YUV137.22131.83129.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.25%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=33.25%
G=32.30%
B=34.45%

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
Decimal1391351440.030.0600.44266.673.954.71
Hex8B87903602C10b437
Octal21320722036054413467
Binary100010111000011110010000111100101100100001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,135,144); }

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

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

 a { background-color: rgb(139,135,144); }

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

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

 span { border-color: rgb(139,135,144); }

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