Html Css Color HEX #8F8299 Amethyst Smoke

📋 copy color: '#8F8299'

red 143 ◦ green 130 ◦ blue 153

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

Shades of Amethyst Smoke #8F8299

Tints of Amethyst Smoke #8F8299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.52%

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

R = 33.57%
G = 30.52%
B = 35.92%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8F8299 (or 0x8F8299) is known color: Amethyst Smoke. HEX triplet: 8F, 82 and 99. RGB value is (143,130,153). Sum of RGB (Red+Green+Blue) = 143+130+153=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F8299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8299 is #707D66. Grayscale: #888888. Windows color (decimal): -7372135 or 10060431. OLE color: 10060431.

HSL color Cylindrical-coordinate representation of color #8F8299: hue angle of 273.91º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F8299 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 143 130 153 -
CMYK 0.07 0.15 0 0.4
HSL 273.91º 0.1% 0.55% -
HSV(B) 273.91º 0.15% 0.6% -
XYZ 25.06 24.1 33.47 -
YUV 136.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 143 130 153 0.07 0.15 0 0.4 273.91 0.1 0.55
Hex 8F 82 99 7 F 0 28 112 A 37
Octal 217 202 231 7 17 0 50 422 12 67
Binary 10001111 10000010 10011001 111 1111 0 101000 100010010 1010 110111

Color Harmonies of #8F8299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8299

Black with #8F8299

Text Example


Text Example

White with #8F8299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,130,153); }

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

background-color css

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

 a { background-color: rgb(143,130,153); }

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

border-color css

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

 span { border-color: rgb(143,130,153); }

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