Html Css Color HEX #948897 Amethyst Smoke

📋 copy color: '#948897'

red 148 ◦ green 136 ◦ blue 151

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

Shades of Amethyst Smoke #948897

Tints of Amethyst Smoke #948897

RGB

 RED value IS 148 (58.2% from 255) = 34.02%

 GREEN value IS 136 (53.52% from 255) = 31.26%

 BLUE value IS 151 (59.38% from 255) = 34.71%

R = 34.02%
G = 31.26%
B = 34.71%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#948897 (or 0x948897) is known color: Amethyst Smoke. HEX triplet: 94, 88 and 97. RGB value is (148,136,151). Sum of RGB (Red+Green+Blue) = 148+136+151=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 151 - color contains mainly: blue. Hex color #948897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948897 is #6B7768. Grayscale: #8D8D8D. Windows color (decimal): -7042921 or 9930900. OLE color: 9930900.

HSL color Cylindrical-coordinate representation of color #948897: hue angle of 288º 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 #948897 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 136 151 -
CMYK 0.02 0.10 0 0.41
HSL 288º 0.07% 0.56% -
HSV(B) 288º 0.1% 0.59% -
XYZ 26.6 26.14 32.92 -
YUV 141.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 148 136 151 0.02 0.10 0 0.41 288 0.07 0.56
Hex 94 88 97 2 A 0 29 120 7 38
Octal 224 210 227 2 12 0 51 440 7 70
Binary 10010100 10001000 10010111 10 1010 0 101001 100100000 111 111000

Color Harmonies of #948897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948897

Black with #948897

Text Example


Text Example

White with #948897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948897; }

 p { color: rgb(148,136,151); }

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

background-color css

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

 a { background-color: rgb(148,136,151); }

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

border-color css

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

 span { border-color: rgb(148,136,151); }

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