Html Css Color HEX #948895 Amethyst Smoke

📋 copy color: '#948895'

red 148 ◦ green 136 ◦ blue 149

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

Shades of Amethyst Smoke #948895

Tints of Amethyst Smoke #948895

RGB

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

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

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

R = 34.18%
G = 31.41%
B = 34.41%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#948895 (or 0x948895) is known color: Amethyst Smoke. HEX triplet: 94, 88 and 95. RGB value is (148,136,149). Sum of RGB (Red+Green+Blue) = 148+136+149=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 149 - color contains mainly: blue. Hex color #948895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948895 is #6B776A. Grayscale: #8D8D8D. Windows color (decimal): -7042923 or 9799828. OLE color: 9799828.

HSL color Cylindrical-coordinate representation of color #948895: hue angle of 295.38º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #948895 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 136 149 -
CMYK 0.01 0.09 0 0.42
HSL 295.38º 0.06% 0.56% -
HSV(B) 295.38º 0.09% 0.58% -
XYZ 26.44 26.07 32.07 -
YUV 141.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 148 136 149 0.01 0.09 0 0.42 295.38 0.06 0.56
Hex 94 88 95 1 9 0 2A 127 6 38
Octal 224 210 225 1 11 0 52 447 6 70
Binary 10010100 10001000 10010101 1 1001 0 101010 100100111 110 111000

Color Harmonies of #948895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948895

Black with #948895

Text Example


Text Example

White with #948895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948895; }

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

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

background-color css

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

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

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

border-color css

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

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

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