Html Css Color HEX #908894 Amethyst Smoke

📋 copy color: '#908894'

red 144 ◦ green 136 ◦ blue 148

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

Shades of Amethyst Smoke #908894

Tints of Amethyst Smoke #908894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 33.64%
G = 31.78%
B = 34.58%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#908894 (or 0x908894) is known color: Amethyst Smoke. HEX triplet: 90, 88 and 94. RGB value is (144,136,148). Sum of RGB (Red+Green+Blue) = 144+136+148=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 148 - color contains mainly: blue. Hex color #908894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908894 is #6F776B. Grayscale: #8B8B8B. Windows color (decimal): -7305068 or 9734288. OLE color: 9734288.

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

Color convert

RGB 144 136 148 -
CMYK 0.03 0.08 0 0.42
HSL 280º 0.05% 0.56% -
HSV(B) 280º 0.08% 0.58% -
XYZ 25.65 25.68 31.62 -
YUV 139.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 144 136 148 0.03 0.08 0 0.42 280 0.05 0.56
Hex 90 88 94 3 8 0 2A 118 5 38
Octal 220 210 224 3 10 0 52 430 5 70
Binary 10010000 10001000 10010100 11 1000 0 101010 100011000 101 111000

Color Harmonies of #908894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908894

Black with #908894

Text Example


Text Example

White with #908894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908894; }

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

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

background-color css

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

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

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

border-color css

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

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

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