Html Css Color HEX #8C8399 Topaz

📋 copy color: '#8C8399'

red 140 ◦ green 131 ◦ blue 153

#8C8399
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Topaz #8C8399

Tints of Topaz #8C8399

RGB

 RED value IS 140 (55.08% from 255) = 33.02%

 GREEN value IS 131 (51.56% from 255) = 30.9%

 BLUE value IS 153 (60.16% from 255) = 36.08%

R = 33.02%
G = 30.9%
B = 36.08%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8C8399 (or 0x8C8399) is known color: 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

RGB 140 131 153 -
CMYK 0.08 0.14 0 0.4
HSL 264.55º 0.1% 0.56% -
HSV(B) 264.55º 0.14% 0.6% -
XYZ 24.68 24.11 33.49 -
YUV 136.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 140 131 153 0.08 0.14 0 0.4 264.55 0.1 0.56
Hex 8C 83 99 8 E 0 28 109 A 38
Octal 214 203 231 10 16 0 50 411 12 70
Binary 10001100 10000011 10011001 1000 1110 0 101000 100001001 1010 111000

Color Harmonies of #8C8399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8399

Black with #8C8399

Text Example


Text Example

White with #8C8399

Text Example


Text Example

HTML Codes & Css Web 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>