Html Css Color HEX #998CA4 Amethyst Smoke

📋 copy color: '#998CA4'

red 153 ◦ green 140 ◦ blue 164

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

Shades of Amethyst Smoke #998CA4

Tints of Amethyst Smoke #998CA4

RGB

 RED value IS 153 (60.16% from 255) = 33.48%

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

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

R = 33.48%
G = 30.63%
B = 35.89%

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

#998CA4 (or 0x998CA4) is known color: Amethyst Smoke. HEX triplet: 99, 8C and A4. RGB value is (153,140,164). Sum of RGB (Red+Green+Blue) = 153+140+164=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 164 - color contains mainly: blue. Hex color #998CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998CA4 is #66735B. Grayscale: #929292. Windows color (decimal): -6714204 or 10783897. OLE color: 10783897.

HSL color Cylindrical-coordinate representation of color #998CA4: hue angle of 272.5º 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 #998CA4 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 140 164 -
CMYK 0.07 0.15 0 0.36
HSL 272.5º 0.12% 0.6% -
HSV(B) 272.5º 0.15% 0.64% -
XYZ 29.22 28.21 39.03 -
YUV 146.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 153 140 164 0.07 0.15 0 0.36 272.5 0.12 0.6
Hex 99 8C A4 7 F 0 24 110 C 3C
Octal 231 214 244 7 17 0 44 420 14 74
Binary 10011001 10001100 10100100 111 1111 0 100100 100010000 1100 111100

Color Harmonies of #998CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998CA4

Black with #998CA4

Text Example


Text Example

White with #998CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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