Html Css Color HEX #958695 Amethyst Smoke

📋 copy color: '#958695'

red 149 ◦ green 134 ◦ blue 149

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

Shades of Amethyst Smoke #958695

Tints of Amethyst Smoke #958695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.02%

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 34.49%
G = 31.02%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#958695 (or 0x958695) is known color: Amethyst Smoke. HEX triplet: 95, 86 and 95. RGB value is (149,134,149). Sum of RGB (Red+Green+Blue) = 149+134+149=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #958695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958695 is #6A796A. Grayscale: #8C8C8C. Windows color (decimal): -6977899 or 9799317. OLE color: 9799317.

HSL color Cylindrical-coordinate representation of color #958695: hue angle of 300º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #958695 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 134 149 -
CMYK 0 0.10 0 0.42
HSL 300º 0.07% 0.55% -
HSV(B) 300º 0.1% 0.58% -
XYZ 26.34 25.61 31.99 -
YUV 140.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 149 134 149 0 0.10 0 0.42 300 0.07 0.55
Hex 95 86 95 0 A 0 2A 12C 7 37
Octal 225 206 225 0 12 0 52 454 7 67
Binary 10010101 10000110 10010101 0 1010 0 101010 100101100 111 110111

Color Harmonies of #958695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958695

Black with #958695

Text Example


Text Example

White with #958695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958695; }

 p { color: rgb(149,134,149); }

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

background-color css

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

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

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

border-color css

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

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

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