#93879C

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

Shades of Amethyst Smoke #93879C

Tints of Amethyst Smoke #93879C

Color information

#93879C (or 0x93879C) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 87 and 9C. RGB value is (147,135,156). Sum of RGB (Red+Green+Blue) = 147+135+156=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #93879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93879C is #6C7863. Grayscale: #8C8C8C. Windows color (decimal): -7108708 or 10258323. OLE color: 10258323.

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

Color convert

RGB147135156-
CMYK0.060.1300.39
HSL274.29º9.59%57.06%-
HSV(B)274.29º13.46%61.18%-
XYZ26.725.9335.05-
YUV140.98136.48132.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.56%
GREEN value IS 135 (53.12% from 255) = 30.82%
BLUE value IS 156 (61.33% from 255) = 35.62%
R=33.56%
G=30.82%
B=35.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471351560.060.1300.39274.299.5957.06
Hex93879C6D027112a39
Octal2232072346150474221271
Binary100100111000011110011100110110101001111000100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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