Html Css Color HEX #918898 Amethyst Smoke

📋 copy color: '#918898'

red 145 ◦ green 136 ◦ blue 152

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

Shades of Amethyst Smoke #918898

Tints of Amethyst Smoke #918898

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.41%

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

R = 33.49%
G = 31.41%
B = 35.1%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#918898 (or 0x918898) is known color: Amethyst Smoke. HEX triplet: 91, 88 and 98. RGB value is (145,136,152). Sum of RGB (Red+Green+Blue) = 145+136+152=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 152 - color contains mainly: blue. Hex color #918898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918898 is #6E7767. Grayscale: #8C8C8C. Windows color (decimal): -7239528 or 9996433. OLE color: 9996433.

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

Color convert

RGB 145 136 152 -
CMYK 0.05 0.11 0 0.40
HSL 273.75º 0.07% 0.56% -
HSV(B) 273.75º 0.11% 0.6% -
XYZ 26.15 25.9 33.33 -
YUV 140.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 145 136 152 0.05 0.11 0 0.40 273.75 0.07 0.56
Hex 91 88 98 5 B 0 28 112 7 38
Octal 221 210 230 5 13 0 50 422 7 70
Binary 10010001 10001000 10011000 101 1011 0 101000 100010010 111 111000

Color Harmonies of #918898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918898

Black with #918898

Text Example


Text Example

White with #918898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918898; }

 p { color: rgb(145,136,152); }

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

background-color css

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

 a { background-color: rgb(145,136,152); }

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

border-color css

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

 span { border-color: rgb(145,136,152); }

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