#948795

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

Shades of Amethyst Smoke #948795

Tints of Amethyst Smoke #948795

Color information

#948795 (or 0x948795) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 87 and 95. RGB value is (148,135,149). Sum of RGB (Red+Green+Blue) = 148+135+149=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 149 - color contains mainly: blue. Hex color #948795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948795 is #6B786A. Grayscale: #8C8C8C. Windows color (decimal): -7043179 or 9799572. OLE color: 9799572.

HSL color Cylindrical-coordinate representation of color #948795: hue angle of 295.71º 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 #948795 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB148135149-
CMYK0.010.0900.42
HSL295.71º6.19%55.69%-
HSV(B)295.71º9.4%58.43%-
XYZ26.325.7932.03-
YUV140.48132.81133.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.26%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=34.26%
G=31.25%
B=34.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481351490.010.0900.42295.716.1955.69
Hex9487951902A128638
Octal224207225111052450670
Binary100101001000011110010101110010101010100101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948795; }

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

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

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

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

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

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

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

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