Html Css Color HEX #8D8794 Amethyst Smoke

📋 copy color: '#8D8794'

red 141 ◦ green 135 ◦ blue 148

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

Shades of Amethyst Smoke #8D8794

Tints of Amethyst Smoke #8D8794

RGB

 RED value IS 141 (55.47% from 255) = 33.25%

 GREEN value IS 135 (53.13% from 255) = 31.84%

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

R = 33.25%
G = 31.84%
B = 34.91%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D8794 (or 0x8D8794) is known color: Amethyst Smoke. HEX triplet: 8D, 87 and 94. RGB value is (141,135,148). Sum of RGB (Red+Green+Blue) = 141+135+148=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D8794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8794 is #72786B. Grayscale: #8A8A8A. Windows color (decimal): -7501932 or 9734029. OLE color: 9734029.

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

Color convert

RGB 141 135 148 -
CMYK 0.05 0.09 0 0.42
HSL 267.69º 0.06% 0.55% -
HSV(B) 267.69º 0.09% 0.58% -
XYZ 24.99 25.13 31.55 -
YUV 138.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 141 135 148 0.05 0.09 0 0.42 267.69 0.06 0.55
Hex 8D 87 94 5 9 0 2A 10C 6 37
Octal 215 207 224 5 11 0 52 414 6 67
Binary 10001101 10000111 10010100 101 1001 0 101010 100001100 110 110111

Color Harmonies of #8D8794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8794

Black with #8D8794

Text Example


Text Example

White with #8D8794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,135,148); }

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

background-color css

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

 a { background-color: rgb(141,135,148); }

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

border-color css

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

 span { border-color: rgb(141,135,148); }

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