#948B9C

Color #948B9C Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #948B9C

Tints of Amethyst Smoke #948B9C

Color information

#948B9C (or 0x948B9C) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 8B and 9C. RGB value is (148,139,156). Sum of RGB (Red+Green+Blue) = 148+139+156=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 156 - color contains mainly: blue. Hex color #948B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948B9C is #6B7463. Grayscale: #8F8F8F. Windows color (decimal): -7042148 or 10259348. OLE color: 10259348.

HSL color Cylindrical-coordinate representation of color #948B9C: hue angle of 271.76º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #948B9C is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148139156-
CMYK0.050.1100.39
HSL271.76º7.91%57.84%-
HSV(B)271.76º10.9%61.18%-
XYZ27.4527.1635.25-
YUV143.63134.98131.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.41%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 156 (61.33% from 255) = 35.21%
R=33.41%
G=31.38%
B=35.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481391560.050.1100.39271.767.9157.84
Hex948B9C5B02711083a
Octal2242132345130474201072
Binary100101001000101110011100101101101001111000100001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948B9C; }

 p { color: rgb(148,139,156); }

 H1.HeaderClassName
 {
   color: #948B9C;
 }
 .AnyTagClassName
 {
   color: #948B9C;
 }
</style>
background-color css

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

 a { background-color: rgb(148,139,156); }

 div.DivClassName
 {
   background-color: #948B9C;
 }
 .BgClassName
 {
   background-color: #948B9C;
 }
</style>
border-color css

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

 span { border-color: rgb(148,139,156); }

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