Html Css Color HEX #908895 Amethyst Smoke

📋 copy color: '#908895'

red 144 ◦ green 136 ◦ blue 149

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

Shades of Amethyst Smoke #908895

Tints of Amethyst Smoke #908895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.73%

R = 33.57%
G = 31.7%
B = 34.73%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#908895 (or 0x908895) is known color: Amethyst Smoke. HEX triplet: 90, 88 and 95. RGB value is (144,136,149). Sum of RGB (Red+Green+Blue) = 144+136+149=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 149 - color contains mainly: blue. Hex color #908895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908895 is #6F776A. Grayscale: #8B8B8B. Windows color (decimal): -7305067 or 9799824. OLE color: 9799824.

HSL color Cylindrical-coordinate representation of color #908895: hue angle of 276.92º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #908895 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 136 149 -
CMYK 0.03 0.09 0 0.42
HSL 276.92º 0.06% 0.56% -
HSV(B) 276.92º 0.09% 0.58% -
XYZ 25.73 25.71 32.04 -
YUV 139.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 144 136 149 0.03 0.09 0 0.42 276.92 0.06 0.56
Hex 90 88 95 3 9 0 2A 115 6 38
Octal 220 210 225 3 11 0 52 425 6 70
Binary 10010000 10001000 10010101 11 1001 0 101010 100010101 110 111000

Color Harmonies of #908895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908895

Black with #908895

Text Example


Text Example

White with #908895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908895; }

 p { color: rgb(144,136,149); }

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

background-color css

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

 a { background-color: rgb(144,136,149); }

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

border-color css

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

 span { border-color: rgb(144,136,149); }

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