Html Css Color HEX #908098 Amethyst Smoke

📋 copy color: '#908098'

red 144 ◦ green 128 ◦ blue 152

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

Shades of Amethyst Smoke #908098

Tints of Amethyst Smoke #908098

RGB

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

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

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

R = 33.96%
G = 30.19%
B = 35.85%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#908098 (or 0x908098) is known color: Amethyst Smoke. HEX triplet: 90, 80 and 98. RGB value is (144,128,152). Sum of RGB (Red+Green+Blue) = 144+128+152=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 152 - color contains mainly: blue. Hex color #908098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908098 is #6F7F67. Grayscale: #878787. Windows color (decimal): -7307112 or 9994384. OLE color: 9994384.

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

Color convert

RGB 144 128 152 -
CMYK 0.05 0.16 0 0.40
HSL 280º 0.1% 0.55% -
HSV(B) 280º 0.16% 0.6% -
XYZ 24.89 23.63 32.96 -
YUV 135.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 144 128 152 0.05 0.16 0 0.40 280 0.1 0.55
Hex 90 80 98 5 10 0 28 118 A 37
Octal 220 200 230 5 20 0 50 430 12 67
Binary 10010000 10000000 10011000 101 10000 0 101000 100011000 1010 110111

Color Harmonies of #908098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908098

Black with #908098

Text Example


Text Example

White with #908098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908098; }

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

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

background-color css

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

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

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

border-color css

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

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

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