Html Css Color HEX #958A99 Amethyst Smoke

📋 copy color: '#958A99'

red 149 ◦ green 138 ◦ blue 153

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

Shades of Amethyst Smoke #958A99

Tints of Amethyst Smoke #958A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.77%

R = 33.86%
G = 31.36%
B = 34.77%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#958A99 (or 0x958A99) is known color: Amethyst Smoke. HEX triplet: 95, 8A and 99. RGB value is (149,138,153). Sum of RGB (Red+Green+Blue) = 149+138+153=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 153 - color contains mainly: blue. Hex color #958A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958A99 is #6A7566. Grayscale: #8E8E8E. Windows color (decimal): -6976871 or 10062485. OLE color: 10062485.

HSL color Cylindrical-coordinate representation of color #958A99: hue angle of 284º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #958A99 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 138 153 -
CMYK 0.03 0.10 0 0.4
HSL 284º 0.07% 0.57% -
HSV(B) 284º 0.1% 0.6% -
XYZ 27.23 26.87 33.89 -
YUV 143 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 149 138 153 0.03 0.10 0 0.4 284 0.07 0.57
Hex 95 8A 99 3 A 0 28 11C 7 39
Octal 225 212 231 3 12 0 50 434 7 71
Binary 10010101 10001010 10011001 11 1010 0 101000 100011100 111 111001

Color Harmonies of #958A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A99

Black with #958A99

Text Example


Text Example

White with #958A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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