Html Css Color HEX #908097 Amethyst Smoke

📋 copy color: '#908097'

red 144 ◦ green 128 ◦ blue 151

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

Shades of Amethyst Smoke #908097

Tints of Amethyst Smoke #908097

RGB

 RED value IS 144 (56.64% from 255) = 34.04%

 GREEN value IS 128 (50.39% from 255) = 30.26%

 BLUE value IS 151 (59.38% from 255) = 35.7%

R = 34.04%
G = 30.26%
B = 35.7%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#908097 (or 0x908097) is known color: Amethyst Smoke. HEX triplet: 90, 80 and 97. RGB value is (144,128,151). Sum of RGB (Red+Green+Blue) = 144+128+151=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 151 - color contains mainly: blue. Hex color #908097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908097 is #6F7F68. Grayscale: #878787. Windows color (decimal): -7307113 or 9928848. OLE color: 9928848.

HSL color Cylindrical-coordinate representation of color #908097: hue angle of 281.74º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #908097 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 128 151 -
CMYK 0.05 0.15 0 0.41
HSL 281.74º 0.1% 0.55% -
HSV(B) 281.74º 0.15% 0.59% -
XYZ 24.81 23.6 32.53 -
YUV 135.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 144 128 151 0.05 0.15 0 0.41 281.74 0.1 0.55
Hex 90 80 97 5 F 0 29 11A A 37
Octal 220 200 227 5 17 0 51 432 12 67
Binary 10010000 10000000 10010111 101 1111 0 101001 100011010 1010 110111

Color Harmonies of #908097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908097

Black with #908097

Text Example


Text Example

White with #908097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908097; }

 p { color: rgb(144,128,151); }

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

background-color css

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

 a { background-color: rgb(144,128,151); }

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

border-color css

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

 span { border-color: rgb(144,128,151); }

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