#8C8893

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

Shades of Topaz #8C8893

Tints of Topaz #8C8893

Color information

#8C8893 (or 0x8C8893) is unknown color: approx Topaz. HEX triplet: 8C, 88 and 93. RGB value is (140,136,147). Sum of RGB (Red+Green+Blue) = 140+136+147=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C8893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8893 is #73776C. Grayscale: #8A8A8A. Windows color (decimal): -7567213 or 9668748. OLE color: 9668748.

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

Color convert

RGB140136147-
CMYK0.050.0700.42
HSL261.82º4.85%55.49%-
HSV(B)261.82º7.48%57.65%-
XYZ24.8925.2931.17-
YUV138.45132.83129.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.10%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=33.10%
G=32.15%
B=34.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401361470.050.0700.42261.824.8555.49
Hex8C88935702A106537
Octal21421022357052406567
Binary1000110010001000100100111011110101010100000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,136,147); }

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

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

 a { background-color: rgb(140,136,147); }

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

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

 span { border-color: rgb(140,136,147); }

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