#93879B

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

Shades of Amethyst Smoke #93879B

Tints of Amethyst Smoke #93879B

Color information

#93879B (or 0x93879B) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 87 and 9B. RGB value is (147,135,155). Sum of RGB (Red+Green+Blue) = 147+135+155=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 155 - color contains mainly: blue. Hex color #93879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93879B is #6C7864. Grayscale: #8C8C8C. Windows color (decimal): -7108709 or 10192787. OLE color: 10192787.

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

Color convert

RGB147135155-
CMYK0.050.1300.39
HSL276º9.09%56.86%-
HSV(B)276º12.9%60.78%-
XYZ26.6125.934.61-
YUV140.87135.98132.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.64%
GREEN value IS 135 (53.12% from 255) = 30.89%
BLUE value IS 155 (60.94% from 255) = 35.47%
R=33.64%
G=30.89%
B=35.47%

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
Decimal1471351550.050.1300.392769.0956.86
Hex93879B5D027114939
Octal2232072335150474241171
Binary100100111000011110011011101110101001111000101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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