#94879B

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

Shades of Amethyst Smoke #94879B

Tints of Amethyst Smoke #94879B

Color information

#94879B (or 0x94879B) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 87 and 9B. RGB value is (148,135,155). Sum of RGB (Red+Green+Blue) = 148+135+155=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: blue. Hex color #94879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94879B is #6B7864. Grayscale: #8D8D8D. Windows color (decimal): -7043173 or 10192788. OLE color: 10192788.

HSL color Cylindrical-coordinate representation of color #94879B: hue angle of 279º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94879B is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148135155-
CMYK0.050.1300.39
HSL279º9.09%56.86%-
HSV(B)279º12.9%60.78%-
XYZ26.7925.9934.61-
YUV141.17135.81132.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.79%
GREEN value IS 135 (53.12% from 255) = 30.82%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=33.79%
G=30.82%
B=35.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481351550.050.1300.392799.0956.86
Hex94879B5D027117939
Octal2242072335150474271171
Binary100101001000011110011011101110101001111000101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94879B; }

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

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

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

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

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

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

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

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