Html Css Color HEX #8F8498 Amethyst Smoke

📋 copy color: '#8F8498'

red 143 ◦ green 132 ◦ blue 152

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

Shades of Amethyst Smoke #8F8498

Tints of Amethyst Smoke #8F8498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.91%

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

R = 33.49%
G = 30.91%
B = 35.6%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8F8498 (or 0x8F8498) is known color: Amethyst Smoke. HEX triplet: 8F, 84 and 98. RGB value is (143,132,152). Sum of RGB (Red+Green+Blue) = 143+132+152=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 152 - color contains mainly: blue. Hex color #8F8498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8498 is #707B67. Grayscale: #898989. Windows color (decimal): -7371624 or 9995407. OLE color: 9995407.

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

Color convert

RGB 143 132 152 -
CMYK 0.06 0.13 0 0.40
HSL 273º 0.09% 0.56% -
HSV(B) 273º 0.13% 0.6% -
XYZ 25.25 24.61 33.13 -
YUV 137.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 143 132 152 0.06 0.13 0 0.40 273 0.09 0.56
Hex 8F 84 98 6 D 0 28 111 9 38
Octal 217 204 230 6 15 0 50 421 11 70
Binary 10001111 10000100 10011000 110 1101 0 101000 100010001 1001 111000

Color Harmonies of #8F8498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8498

Black with #8F8498

Text Example


Text Example

White with #8F8498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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