Html Css Color HEX #8C8394 Amethyst Smoke

📋 copy color: '#8C8394'

red 140 ◦ green 131 ◦ blue 148

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

Shades of Amethyst Smoke #8C8394

Tints of Amethyst Smoke #8C8394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.32%

R = 33.41%
G = 31.26%
B = 35.32%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C8394 (or 0x8C8394) is known color: Amethyst Smoke. HEX triplet: 8C, 83 and 94. RGB value is (140,131,148). Sum of RGB (Red+Green+Blue) = 140+131+148=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C8394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8394 is #737C6B. Grayscale: #878787. Windows color (decimal): -7568492 or 9733004. OLE color: 9733004.

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

Color convert

RGB 140 131 148 -
CMYK 0.05 0.11 0 0.42
HSL 271.76º 0.07% 0.55% -
HSV(B) 271.76º 0.11% 0.58% -
XYZ 24.28 23.95 31.36 -
YUV 135.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 140 131 148 0.05 0.11 0 0.42 271.76 0.07 0.55
Hex 8C 83 94 5 B 0 2A 110 7 37
Octal 214 203 224 5 13 0 52 420 7 67
Binary 10001100 10000011 10010100 101 1011 0 101010 100010000 111 110111

Color Harmonies of #8C8394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8394

Black with #8C8394

Text Example


Text Example

White with #8C8394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C8394;
 }
 .AnyTagClassName
 {
   color: #8C8394;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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