Html Css Color HEX #959297 Amethyst Smoke

📋 copy color: '#959297'

red 149 ◦ green 146 ◦ blue 151

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

Shades of Amethyst Smoke #959297

Tints of Amethyst Smoke #959297

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.74%

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

R = 33.41%
G = 32.74%
B = 33.86%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#959297 (or 0x959297) is known color: Amethyst Smoke. HEX triplet: 95, 92 and 97. RGB value is (149,146,151). Sum of RGB (Red+Green+Blue) = 149+146+151=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 151 - color contains mainly: blue. Hex color #959297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959297 is #6A6D68. Grayscale: #939393. Windows color (decimal): -6974825 or 9933461. OLE color: 9933461.

HSL color Cylindrical-coordinate representation of color #959297: hue angle of 276º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #959297 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 146 151 -
CMYK 0.01 0.03 0 0.41
HSL 276º 0.02% 0.58% -
HSV(B) 276º 0.03% 0.59% -
XYZ 28.26 29.18 33.42 -
YUV 147.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 149 146 151 0.01 0.03 0 0.41 276 0.02 0.58
Hex 95 92 97 1 3 0 29 114 2 3A
Octal 225 222 227 1 3 0 51 424 2 72
Binary 10010101 10010010 10010111 1 11 0 101001 100010100 10 111010

Color Harmonies of #959297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959297

Black with #959297

Text Example


Text Example

White with #959297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959297; }

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

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

background-color css

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

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

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

border-color css

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

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

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