Html Css Color HEX #958D97 Amethyst Smoke

📋 copy color: '#958D97'

red 149 ◦ green 141 ◦ blue 151

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

Shades of Amethyst Smoke #958D97

Tints of Amethyst Smoke #958D97

RGB

 RED value IS 149 (58.59% from 255) = 33.79%

 GREEN value IS 141 (55.47% from 255) = 31.97%

 BLUE value IS 151 (59.38% from 255) = 34.24%

R = 33.79%
G = 31.97%
B = 34.24%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#958D97 (or 0x958D97) is known color: Amethyst Smoke. HEX triplet: 95, 8D and 97. RGB value is (149,141,151). Sum of RGB (Red+Green+Blue) = 149+141+151=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 151 - color contains mainly: blue. Hex color #958D97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958D97 is #6A7268. Grayscale: #909090. Windows color (decimal): -6976105 or 9932181. OLE color: 9932181.

HSL color Cylindrical-coordinate representation of color #958D97: hue angle of 288º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #958D97 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 141 151 -
CMYK 0.01 0.07 0 0.41
HSL 288º 0.05% 0.57% -
HSV(B) 288º 0.07% 0.59% -
XYZ 27.51 27.67 33.17 -
YUV 144.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 149 141 151 0.01 0.07 0 0.41 288 0.05 0.57
Hex 95 8D 97 1 7 0 29 120 5 39
Octal 225 215 227 1 7 0 51 440 5 71
Binary 10010101 10001101 10010111 1 111 0 101001 100100000 101 111001

Color Harmonies of #958D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D97

Black with #958D97

Text Example


Text Example

White with #958D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958D97; }

 p { color: rgb(149,141,151); }

 H1.HeaderClassName
 {
   color: #958D97;
 }
 .AnyTagClassName
 {
   color: #958D97;
 }
</style>

background-color css

<style>
 a { background-color: #958D97; }

 a { background-color: rgb(149,141,151); }

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

border-color css

<style>
 span { border-color: #958D97; }

 span { border-color: rgb(149,141,151); }

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