#948798

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

Shades of Amethyst Smoke #948798

Tints of Amethyst Smoke #948798

Color information

#948798 (or 0x948798) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 87 and 98. RGB value is (148,135,152). Sum of RGB (Red+Green+Blue) = 148+135+152=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 152 - color contains mainly: blue. Hex color #948798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948798 is #6B7867. Grayscale: #8C8C8C. Windows color (decimal): -7043176 or 9996180. OLE color: 9996180.

HSL color Cylindrical-coordinate representation of color #948798: hue angle of 285.88º 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 #948798 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB148135152-
CMYK0.030.1100.40
HSL285.88º7.62%56.27%-
HSV(B)285.88º11.18%59.61%-
XYZ26.5425.8933.3-
YUV140.82134.31133.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 135 (53.12% from 255) = 31.03%
BLUE value IS 152 (59.77% from 255) = 34.94%
R=34.02%
G=31.03%
B=34.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481351520.030.1100.40285.887.6256.27
Hex9487983B02811e838
Octal2242072303130504361070
Binary10010100100001111001100011101101010001000111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948798; }

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

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

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

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

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

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

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

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