Html Css Color HEX #938799 Amethyst Smoke

📋 copy color: '#938799'

red 147 ◦ green 135 ◦ blue 153

#938799
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #938799

Tints of Amethyst Smoke #938799

RGB

 RED value IS 147 (57.81% from 255) = 33.79%

 GREEN value IS 135 (53.13% from 255) = 31.03%

 BLUE value IS 153 (60.16% from 255) = 35.17%

R = 33.79%
G = 31.03%
B = 35.17%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#938799 (or 0x938799) is known color: Amethyst Smoke. HEX triplet: 93, 87 and 99. RGB value is (147,135,153). Sum of RGB (Red+Green+Blue) = 147+135+153=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 153 - color contains mainly: blue. Hex color #938799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938799 is #6C7866. Grayscale: #8C8C8C. Windows color (decimal): -7108711 or 10061715. OLE color: 10061715.

HSL color Cylindrical-coordinate representation of color #938799: hue angle of 280º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #938799 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 135 153 -
CMYK 0.04 0.12 0 0.4
HSL 280º 0.08% 0.56% -
HSV(B) 280º 0.12% 0.6% -
XYZ 26.45 25.83 33.73 -
YUV 140.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 147 135 153 0.04 0.12 0 0.4 280 0.08 0.56
Hex 93 87 99 4 C 0 28 118 8 38
Octal 223 207 231 4 14 0 50 430 10 70
Binary 10010011 10000111 10011001 100 1100 0 101000 100011000 1000 111000

Color Harmonies of #938799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938799

Black with #938799

Text Example


Text Example

White with #938799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938799; }

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

 H1.HeaderClassName
 {
   color: #938799;
 }
 .AnyTagClassName
 {
   color: #938799;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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