Html Css Color HEX #958796 Amethyst Smoke

📋 copy color: '#958796'

red 149 ◦ green 135 ◦ blue 150

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

Shades of Amethyst Smoke #958796

Tints of Amethyst Smoke #958796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.11%

 BLUE value IS 150 (58.98% from 255) = 34.56%

R = 34.33%
G = 31.11%
B = 34.56%

CMYK

 C value IS 0.01

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#958796 (or 0x958796) is known color: Amethyst Smoke. HEX triplet: 95, 87 and 96. RGB value is (149,135,150). Sum of RGB (Red+Green+Blue) = 149+135+150=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 150 - color contains mainly: blue. Hex color #958796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958796 is #6A7869. Grayscale: #8C8C8C. Windows color (decimal): -6977642 or 9865109. OLE color: 9865109.

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

Color convert

RGB 149 135 150 -
CMYK 0.01 0.1 0 0.41
HSL 296º 0.07% 0.56% -
HSV(B) 296º 0.1% 0.59% -
XYZ 26.56 25.92 32.46 -
YUV 140.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 149 135 150 0.01 0.1 0 0.41 296 0.07 0.56
Hex 95 87 96 1 A 0 29 128 7 38
Octal 225 207 226 1 12 0 51 450 7 70
Binary 10010101 10000111 10010110 1 1010 0 101001 100101000 111 111000

Color Harmonies of #958796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958796

Black with #958796

Text Example


Text Example

White with #958796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958796; }

 p { color: rgb(149,135,150); }

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

background-color css

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

 a { background-color: rgb(149,135,150); }

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

border-color css

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

 span { border-color: rgb(149,135,150); }

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