Html Css Color HEX #958A9D Amethyst Smoke

📋 copy color: '#958A9D'

red 149 ◦ green 138 ◦ blue 157

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

Shades of Amethyst Smoke #958A9D

Tints of Amethyst Smoke #958A9D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.08%

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 33.56%
G = 31.08%
B = 35.36%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#958A9D (or 0x958A9D) is known color: Amethyst Smoke. HEX triplet: 95, 8A and 9D. RGB value is (149,138,157). Sum of RGB (Red+Green+Blue) = 149+138+157=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 157 - color contains mainly: blue. Hex color #958A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958A9D is #6A7562. Grayscale: #8F8F8F. Windows color (decimal): -6976867 or 10324629. OLE color: 10324629.

HSL color Cylindrical-coordinate representation of color #958A9D: hue angle of 274.74º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #958A9D is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 138 157 -
CMYK 0.05 0.12 0 0.38
HSL 274.74º 0.09% 0.58% -
HSV(B) 274.74º 0.12% 0.62% -
XYZ 27.57 27 35.66 -
YUV 143.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 149 138 157 0.05 0.12 0 0.38 274.74 0.09 0.58
Hex 95 8A 9D 5 C 0 26 113 9 3A
Octal 225 212 235 5 14 0 46 423 11 72
Binary 10010101 10001010 10011101 101 1100 0 100110 100010011 1001 111010

Color Harmonies of #958A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A9D

Black with #958A9D

Text Example


Text Example

White with #958A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,138,157); }

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

background-color css

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

 a { background-color: rgb(149,138,157); }

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

border-color css

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

 span { border-color: rgb(149,138,157); }

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