#94879C

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

Shades of Amethyst Smoke #94879C

Tints of Amethyst Smoke #94879C

Color information

#94879C (or 0x94879C) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 87 and 9C. RGB value is (148,135,156). Sum of RGB (Red+Green+Blue) = 148+135+156=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 156 - color contains mainly: blue. Hex color #94879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94879C is #6B7863. Grayscale: #8D8D8D. Windows color (decimal): -7043172 or 10258324. OLE color: 10258324.

HSL color Cylindrical-coordinate representation of color #94879C: hue angle of 277.14º degrees, saturation: 0.1, 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 #94879C is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148135156-
CMYK0.050.1300.39
HSL277.14º9.59%57.06%-
HSV(B)277.14º13.46%61.18%-
XYZ26.8826.0235.06-
YUV141.28136.31132.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.71%
GREEN value IS 135 (53.12% from 255) = 30.75%
BLUE value IS 156 (61.33% from 255) = 35.54%
R=33.71%
G=30.75%
B=35.54%

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
Decimal1481351560.050.1300.39277.149.5957.06
Hex94879C5D027115a39
Octal2242072345150474251271
Binary100101001000011110011100101110101001111000101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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