Html Css Color HEX #938795 Amethyst Smoke

📋 copy color: '#938795'

red 147 ◦ green 135 ◦ blue 149

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

Shades of Amethyst Smoke #938795

Tints of Amethyst Smoke #938795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 34.11%
G = 31.32%
B = 34.57%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#938795 (or 0x938795) is known color: Amethyst Smoke. HEX triplet: 93, 87 and 95. RGB value is (147,135,149). Sum of RGB (Red+Green+Blue) = 147+135+149=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 149 - color contains mainly: blue. Hex color #938795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938795 is #6C786A. Grayscale: #8C8C8C. Windows color (decimal): -7108715 or 9799571. OLE color: 9799571.

HSL color Cylindrical-coordinate representation of color #938795: hue angle of 291.43º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #938795 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 135 149 -
CMYK 0.01 0.09 0 0.42
HSL 291.43º 0.06% 0.56% -
HSV(B) 291.43º 0.09% 0.58% -
XYZ 26.12 25.7 32.02 -
YUV 140.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 147 135 149 0.01 0.09 0 0.42 291.43 0.06 0.56
Hex 93 87 95 1 9 0 2A 123 6 38
Octal 223 207 225 1 11 0 52 443 6 70
Binary 10010011 10000111 10010101 1 1001 0 101010 100100011 110 111000

Color Harmonies of #938795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938795

Black with #938795

Text Example


Text Example

White with #938795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938795; }

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

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

background-color css

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

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

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

border-color css

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

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

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