Html Css Color HEX #908294 Amethyst Smoke

📋 copy color: '#908294'

red 144 ◦ green 130 ◦ blue 148

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

Shades of Amethyst Smoke #908294

Tints of Amethyst Smoke #908294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.81%

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

R = 34.12%
G = 30.81%
B = 35.07%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#908294 (or 0x908294) is known color: Amethyst Smoke. HEX triplet: 90, 82 and 94. RGB value is (144,130,148). Sum of RGB (Red+Green+Blue) = 144+130+148=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 148 - color contains mainly: blue. Hex color #908294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908294 is #6F7D6B. Grayscale: #888888. Windows color (decimal): -7306604 or 9732752. OLE color: 9732752.

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

Color convert

RGB 144 130 148 -
CMYK 0.03 0.12 0 0.42
HSL 286.67º 0.08% 0.55% -
HSV(B) 286.67º 0.12% 0.58% -
XYZ 24.83 24.03 31.35 -
YUV 136.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 144 130 148 0.03 0.12 0 0.42 286.67 0.08 0.55
Hex 90 82 94 3 C 0 2A 11F 8 37
Octal 220 202 224 3 14 0 52 437 10 67
Binary 10010000 10000010 10010100 11 1100 0 101010 100011111 1000 110111

Color Harmonies of #908294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908294

Black with #908294

Text Example


Text Example

White with #908294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908294; }

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

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

background-color css

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

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

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

border-color css

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

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

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