Html Css Color HEX #8F829B Amethyst Smoke

📋 copy color: '#8F829B'

red 143 ◦ green 130 ◦ blue 155

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

Shades of Amethyst Smoke #8F829B

Tints of Amethyst Smoke #8F829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 33.41%
G = 30.37%
B = 36.21%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F829B (or 0x8F829B) is known color: Amethyst Smoke. HEX triplet: 8F, 82 and 9B. RGB value is (143,130,155). Sum of RGB (Red+Green+Blue) = 143+130+155=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F829B is #707D64. Grayscale: #888888. Windows color (decimal): -7372133 or 10191503. OLE color: 10191503.

HSL color Cylindrical-coordinate representation of color #8F829B: hue angle of 271.2º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F829B is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 130 155 -
CMYK 0.08 0.16 0 0.39
HSL 271.2º 0.11% 0.56% -
HSV(B) 271.2º 0.16% 0.61% -
XYZ 25.23 24.17 34.35 -
YUV 136.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 143 130 155 0.08 0.16 0 0.39 271.2 0.11 0.56
Hex 8F 82 9B 8 10 0 27 10F B 38
Octal 217 202 233 10 20 0 47 417 13 70
Binary 10001111 10000010 10011011 1000 10000 0 100111 100001111 1011 111000

Color Harmonies of #8F829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F829B

Black with #8F829B

Text Example


Text Example

White with #8F829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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