Html Css Color HEX #8F8698 Amethyst Smoke

📋 copy color: '#8F8698'

red 143 ◦ green 134 ◦ blue 152

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

Shades of Amethyst Smoke #8F8698

Tints of Amethyst Smoke #8F8698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.24%

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 33.33%
G = 31.24%
B = 35.43%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8F8698 (or 0x8F8698) is known color: Amethyst Smoke. HEX triplet: 8F, 86 and 98. RGB value is (143,134,152). Sum of RGB (Red+Green+Blue) = 143+134+152=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 152 - color contains mainly: blue. Hex color #8F8698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8698 is #707967. Grayscale: #8A8A8A. Windows color (decimal): -7371112 or 9995919. OLE color: 9995919.

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

Color convert

RGB 143 134 152 -
CMYK 0.06 0.12 0 0.40
HSL 270º 0.08% 0.56% -
HSV(B) 270º 0.12% 0.6% -
XYZ 25.52 25.16 33.22 -
YUV 138.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 143 134 152 0.06 0.12 0 0.40 270 0.08 0.56
Hex 8F 86 98 6 C 0 28 10E 8 38
Octal 217 206 230 6 14 0 50 416 10 70
Binary 10001111 10000110 10011000 110 1100 0 101000 100001110 1000 111000

Color Harmonies of #8F8698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8698

Black with #8F8698

Text Example


Text Example

White with #8F8698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,134,152); }

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

background-color css

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

 a { background-color: rgb(143,134,152); }

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

border-color css

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

 span { border-color: rgb(143,134,152); }

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