#988BA3

Color #988BA3 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #988BA3

Tints of Amethyst Smoke #988BA3

Color information

#988BA3 (or 0x988BA3) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 8B and A3. RGB value is (152,139,163). Sum of RGB (Red+Green+Blue) = 152+139+163=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 163 - color contains mainly: blue. Hex color #988BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988BA3 is #67745C. Grayscale: #919191. Windows color (decimal): -6779997 or 10718104. OLE color: 10718104.

HSL color Cylindrical-coordinate representation of color #988BA3: hue angle of 272.5º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #988BA3 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB152139163-
CMYK0.070.1500.36
HSL272.5º11.54%59.22%-
HSV(B)272.5º14.72%63.92%-
XYZ28.7927.7838.5-
YUV145.62137.81132.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.48%
GREEN value IS 139 (54.69% from 255) = 30.62%
BLUE value IS 163 (64.06% from 255) = 35.90%
R=33.48%
G=30.62%
B=35.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521391630.070.1500.36272.511.5459.22
Hex988BA37F024110c3b
Octal2302132437170444201473
Binary100110001000101110100011111111101001001000100001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988BA3; }

 p { color: rgb(152,139,163); }

 H1.HeaderClassName
 {
   color: #988BA3;
 }
 .AnyTagClassName
 {
   color: #988BA3;
 }
</style>
background-color css

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

 a { background-color: rgb(152,139,163); }

 div.DivClassName
 {
   background-color: #988BA3;
 }
 .BgClassName
 {
   background-color: #988BA3;
 }
</style>
border-color css

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

 span { border-color: rgb(152,139,163); }

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