Html Css Color HEX #918399 Amethyst Smoke

📋 copy color: '#918399'

red 145 ◦ green 131 ◦ blue 153

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

Shades of Amethyst Smoke #918399

Tints of Amethyst Smoke #918399

RGB

 RED value IS 145 (57.03% from 255) = 33.8%

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

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

R = 33.8%
G = 30.54%
B = 35.66%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#918399 (or 0x918399) is known color: Amethyst Smoke. HEX triplet: 91, 83 and 99. RGB value is (145,131,153). Sum of RGB (Red+Green+Blue) = 145+131+153=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 153 - color contains mainly: blue. Hex color #918399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918399 is #6E7C66. Grayscale: #898989. Windows color (decimal): -7240807 or 10060689. OLE color: 10060689.

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

Color convert

RGB 145 131 153 -
CMYK 0.05 0.14 0 0.4
HSL 278.18º 0.1% 0.56% -
HSV(B) 278.18º 0.14% 0.6% -
XYZ 25.54 24.55 33.53 -
YUV 137.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 145 131 153 0.05 0.14 0 0.4 278.18 0.1 0.56
Hex 91 83 99 5 E 0 28 116 A 38
Octal 221 203 231 5 16 0 50 426 12 70
Binary 10010001 10000011 10011001 101 1110 0 101000 100010110 1010 111000

Color Harmonies of #918399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918399

Black with #918399

Text Example


Text Example

White with #918399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918399; }

 p { color: rgb(145,131,153); }

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

background-color css

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

 a { background-color: rgb(145,131,153); }

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

border-color css

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

 span { border-color: rgb(145,131,153); }

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