Html Css Color HEX #958799 Amethyst Smoke

📋 copy color: '#958799'

red 149 ◦ green 135 ◦ blue 153

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

Shades of Amethyst Smoke #958799

Tints of Amethyst Smoke #958799

RGB

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

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

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

R = 34.1%
G = 30.89%
B = 35.01%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#958799 (or 0x958799) is known color: Amethyst Smoke. HEX triplet: 95, 87 and 99. RGB value is (149,135,153). Sum of RGB (Red+Green+Blue) = 149+135+153=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 153 - color contains mainly: blue. Hex color #958799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958799 is #6A7866. Grayscale: #8D8D8D. Windows color (decimal): -6977639 or 10061717. OLE color: 10061717.

HSL color Cylindrical-coordinate representation of color #958799: hue angle of 286.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #958799 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 135 153 -
CMYK 0.03 0.12 0 0.4
HSL 286.67º 0.08% 0.56% -
HSV(B) 286.67º 0.12% 0.6% -
XYZ 26.81 26.02 33.75 -
YUV 141.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 149 135 153 0.03 0.12 0 0.4 286.67 0.08 0.56
Hex 95 87 99 3 C 0 28 11F 8 38
Octal 225 207 231 3 14 0 50 437 10 70
Binary 10010101 10000111 10011001 11 1100 0 101000 100011111 1000 111000

Color Harmonies of #958799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958799

Black with #958799

Text Example


Text Example

White with #958799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958799; }

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

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

background-color css

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

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

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

border-color css

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

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

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