Html Css Color HEX #8F8894 Amethyst Smoke

📋 copy color: '#8F8894'

red 143 ◦ green 136 ◦ blue 148

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

Shades of Amethyst Smoke #8F8894

Tints of Amethyst Smoke #8F8894

RGB

 RED value IS 143 (56.25% from 255) = 33.49%

 GREEN value IS 136 (53.52% from 255) = 31.85%

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

R = 33.49%
G = 31.85%
B = 34.66%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8F8894 (or 0x8F8894) is known color: Amethyst Smoke. HEX triplet: 8F, 88 and 94. RGB value is (143,136,148). Sum of RGB (Red+Green+Blue) = 143+136+148=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F8894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8894 is #70776B. Grayscale: #8B8B8B. Windows color (decimal): -7370604 or 9734287. OLE color: 9734287.

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

Color convert

RGB 143 136 148 -
CMYK 0.03 0.08 0 0.42
HSL 275º 0.05% 0.56% -
HSV(B) 275º 0.08% 0.58% -
XYZ 25.48 25.59 31.61 -
YUV 139.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 143 136 148 0.03 0.08 0 0.42 275 0.05 0.56
Hex 8F 88 94 3 8 0 2A 113 5 38
Octal 217 210 224 3 10 0 52 423 5 70
Binary 10001111 10001000 10010100 11 1000 0 101010 100010011 101 111000

Color Harmonies of #8F8894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8894

Black with #8F8894

Text Example


Text Example

White with #8F8894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,136,148); }

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

background-color css

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

 a { background-color: rgb(143,136,148); }

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

border-color css

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

 span { border-color: rgb(143,136,148); }

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