#8D8893

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

Shades of Topaz #8D8893

Tints of Topaz #8D8893

Color information

#8D8893 (or 0x8D8893) is unknown color: approx Topaz. HEX triplet: 8D, 88 and 93. RGB value is (141,136,147). Sum of RGB (Red+Green+Blue) = 141+136+147=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D8893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8893 is #72776C. Grayscale: #8A8A8A. Windows color (decimal): -7501677 or 9668749. OLE color: 9668749.

HSL color Cylindrical-coordinate representation of color #8D8893: hue angle of 267.27º 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 #8D8893 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB141136147-
CMYK0.040.0700.42
HSL267.27º4.85%55.49%-
HSV(B)267.27º7.48%57.65%-
XYZ25.0625.3831.18-
YUV138.75132.66129.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.25%
GREEN value IS 136 (53.52% from 255) = 32.08%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=33.25%
G=32.08%
B=34.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411361470.040.0700.42267.274.8555.49
Hex8D88934702A10b537
Octal21521022347052413567
Binary1000110110001000100100111001110101010100001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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