Html Css Color HEX #988CA4 Amethyst Smoke

📋 copy color: '#988CA4'

red 152 ◦ green 140 ◦ blue 164

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

Shades of Amethyst Smoke #988CA4

Tints of Amethyst Smoke #988CA4

RGB

 RED value IS 152 (59.77% from 255) = 33.33%

 GREEN value IS 140 (55.08% from 255) = 30.7%

 BLUE value IS 164 (64.45% from 255) = 35.96%

R = 33.33%
G = 30.7%
B = 35.96%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#988CA4 (or 0x988CA4) is known color: Amethyst Smoke. HEX triplet: 98, 8C and A4. RGB value is (152,140,164). Sum of RGB (Red+Green+Blue) = 152+140+164=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 164 - color contains mainly: blue. Hex color #988CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988CA4 is #67735B. Grayscale: #929292. Windows color (decimal): -6779740 or 10783896. OLE color: 10783896.

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

Color convert

RGB 152 140 164 -
CMYK 0.07 0.15 0 0.36
HSL 270º 0.12% 0.6% -
HSV(B) 270º 0.15% 0.64% -
XYZ 29.03 28.11 39.02 -
YUV 146.32 137.98 132.05 -
System Red Green Blue C M Y K H S L
Decimal 152 140 164 0.07 0.15 0 0.36 270 0.12 0.6
Hex 98 8C A4 7 F 0 24 10E C 3C
Octal 230 214 244 7 17 0 44 416 14 74
Binary 10011000 10001100 10100100 111 1111 0 100100 100001110 1100 111100

Color Harmonies of #988CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988CA4

Black with #988CA4

Text Example


Text Example

White with #988CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,140,164); }

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

background-color css

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

 a { background-color: rgb(152,140,164); }

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

border-color css

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

 span { border-color: rgb(152,140,164); }

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