Html Css Color HEX #918699 Amethyst Smoke

📋 copy color: '#918699'

red 145 ◦ green 134 ◦ blue 153

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

Shades of Amethyst Smoke #918699

Tints of Amethyst Smoke #918699

RGB

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

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

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

R = 33.56%
G = 31.02%
B = 35.42%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#918699 (or 0x918699) is known color: Amethyst Smoke. HEX triplet: 91, 86 and 99. RGB value is (145,134,153). Sum of RGB (Red+Green+Blue) = 145+134+153=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 153 - color contains mainly: blue. Hex color #918699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918699 is #6E7966. Grayscale: #8B8B8B. Windows color (decimal): -7240039 or 10061457. OLE color: 10061457.

HSL color Cylindrical-coordinate representation of color #918699: hue angle of 274.74º degrees, saturation: 0.09, 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 #918699 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 134 153 -
CMYK 0.05 0.12 0 0.4
HSL 274.74º 0.09% 0.56% -
HSV(B) 274.74º 0.12% 0.6% -
XYZ 25.95 25.37 33.67 -
YUV 139.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 145 134 153 0.05 0.12 0 0.4 274.74 0.09 0.56
Hex 91 86 99 5 C 0 28 113 9 38
Octal 221 206 231 5 14 0 50 423 11 70
Binary 10010001 10000110 10011001 101 1100 0 101000 100010011 1001 111000

Color Harmonies of #918699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918699

Black with #918699

Text Example


Text Example

White with #918699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918699; }

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

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

background-color css

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

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

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

border-color css

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

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

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