Html Css Color HEX #958798 Amethyst Smoke

📋 copy color: '#958798'

red 149 ◦ green 135 ◦ blue 152

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

Shades of Amethyst Smoke #958798

Tints of Amethyst Smoke #958798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.86%

R = 34.17%
G = 30.96%
B = 34.86%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#958798 (or 0x958798) is known color: Amethyst Smoke. HEX triplet: 95, 87 and 98. RGB value is (149,135,152). Sum of RGB (Red+Green+Blue) = 149+135+152=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 152 - color contains mainly: blue. Hex color #958798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958798 is #6A7867. Grayscale: #8D8D8D. Windows color (decimal): -6977640 or 9996181. OLE color: 9996181.

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

Color convert

RGB 149 135 152 -
CMYK 0.02 0.11 0 0.40
HSL 289.41º 0.08% 0.56% -
HSV(B) 289.41º 0.11% 0.6% -
XYZ 26.73 25.98 33.31 -
YUV 141.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 149 135 152 0.02 0.11 0 0.40 289.41 0.08 0.56
Hex 95 87 98 2 B 0 28 121 8 38
Octal 225 207 230 2 13 0 50 441 10 70
Binary 10010101 10000111 10011000 10 1011 0 101000 100100001 1000 111000

Color Harmonies of #958798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958798

Black with #958798

Text Example


Text Example

White with #958798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958798; }

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

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

background-color css

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

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

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

border-color css

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

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

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