#8C8399

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

Shades of Topaz #8C8399

Tints of Topaz #8C8399

Color information

#8C8399 (or 0x8C8399) is unknown color: approx Topaz. HEX triplet: 8C, 83 and 99. RGB value is (140,131,153). Sum of RGB (Red+Green+Blue) = 140+131+153=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C8399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8399 is #737C66. Grayscale: #888888. Windows color (decimal): -7568487 or 10060684. OLE color: 10060684.

HSL color Cylindrical-coordinate representation of color #8C8399: hue angle of 264.55º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C8399 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB140131153-
CMYK0.080.1400.4
HSL264.55º9.73%55.69%-
HSV(B)264.55º14.38%60%-
XYZ24.6824.1133.49-
YUV136.2137.48130.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.02%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=33.02%
G=30.90%
B=36.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1401311530.080.1400.4264.559.7355.69
Hex8C83998E028109a38
Octal21420323110160504111270
Binary1000110010000011100110011000111001010001000010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,131,153); }

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

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

 a { background-color: rgb(140,131,153); }

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

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

 span { border-color: rgb(140,131,153); }

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