Html Css Color HEX #938696 Amethyst Smoke

📋 copy color: '#938696'

red 147 ◦ green 134 ◦ blue 150

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

Shades of Amethyst Smoke #938696

Tints of Amethyst Smoke #938696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

 BLUE value IS 150 (58.98% from 255) = 34.8%

R = 34.11%
G = 31.09%
B = 34.8%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#938696 (or 0x938696) is known color: Amethyst Smoke. HEX triplet: 93, 86 and 96. RGB value is (147,134,150). Sum of RGB (Red+Green+Blue) = 147+134+150=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 150 - color contains mainly: blue. Hex color #938696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938696 is #6C7969. Grayscale: #8B8B8B. Windows color (decimal): -7108970 or 9864851. OLE color: 9864851.

HSL color Cylindrical-coordinate representation of color #938696: hue angle of 288.75º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #938696 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 147 134 150 -
CMYK 0.02 0.11 0 0.41
HSL 288.75º 0.07% 0.56% -
HSV(B) 288.75º 0.11% 0.59% -
XYZ 26.06 25.46 32.39 -
YUV 139.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 147 134 150 0.02 0.11 0 0.41 288.75 0.07 0.56
Hex 93 86 96 2 B 0 29 121 7 38
Octal 223 206 226 2 13 0 51 441 7 70
Binary 10010011 10000110 10010110 10 1011 0 101001 100100001 111 111000

Color Harmonies of #938696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938696

Black with #938696

Text Example


Text Example

White with #938696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938696; }

 p { color: rgb(147,134,150); }

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

background-color css

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

 a { background-color: rgb(147,134,150); }

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

border-color css

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

 span { border-color: rgb(147,134,150); }

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