Html Css Color HEX #938398 Amethyst Smoke

📋 copy color: '#938398'

red 147 ◦ green 131 ◦ blue 152

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

Shades of Amethyst Smoke #938398

Tints of Amethyst Smoke #938398

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.47%

 BLUE value IS 152 (59.77% from 255) = 35.35%

R = 34.19%
G = 30.47%
B = 35.35%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#938398 (or 0x938398) is known color: Amethyst Smoke. HEX triplet: 93, 83 and 98. RGB value is (147,131,152). Sum of RGB (Red+Green+Blue) = 147+131+152=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 152 - color contains mainly: blue. Hex color #938398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938398 is #6C7C67. Grayscale: #8A8A8A. Windows color (decimal): -7109736 or 9995155. OLE color: 9995155.

HSL color Cylindrical-coordinate representation of color #938398: hue angle of 285.71º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #938398 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 147 131 152 -
CMYK 0.03 0.14 0 0.40
HSL 285.71º 0.09% 0.55% -
HSV(B) 285.71º 0.14% 0.6% -
XYZ 25.82 24.7 33.11 -
YUV 138.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 147 131 152 0.03 0.14 0 0.40 285.71 0.09 0.55
Hex 93 83 98 3 E 0 28 11E 9 37
Octal 223 203 230 3 16 0 50 436 11 67
Binary 10010011 10000011 10011000 11 1110 0 101000 100011110 1001 110111

Color Harmonies of #938398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938398

Black with #938398

Text Example


Text Example

White with #938398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938398; }

 p { color: rgb(147,131,152); }

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

background-color css

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

 a { background-color: rgb(147,131,152); }

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

border-color css

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

 span { border-color: rgb(147,131,152); }

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