Html Css Color HEX #978299 Amethyst Smoke

📋 copy color: '#978299'

red 151 ◦ green 130 ◦ blue 153

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

Shades of Amethyst Smoke #978299

Tints of Amethyst Smoke #978299

RGB

 RED value IS 151 (59.38% from 255) = 34.79%

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

 BLUE value IS 153 (60.16% from 255) = 35.25%

R = 34.79%
G = 29.95%
B = 35.25%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#978299 (or 0x978299) is known color: Amethyst Smoke. HEX triplet: 97, 82 and 99. RGB value is (151,130,153). Sum of RGB (Red+Green+Blue) = 151+130+153=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 153 - color contains mainly: blue. Hex color #978299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978299 is #687D66. Grayscale: #8A8A8A. Windows color (decimal): -6847847 or 10060439. OLE color: 10060439.

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

Color convert

RGB 151 130 153 -
CMYK 0.01 0.15 0 0.4
HSL 294.78º 0.1% 0.55% -
HSV(B) 294.78º 0.15% 0.6% -
XYZ 26.49 24.84 33.54 -
YUV 138.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 151 130 153 0.01 0.15 0 0.4 294.78 0.1 0.55
Hex 97 82 99 1 F 0 28 127 A 37
Octal 227 202 231 1 17 0 50 447 12 67
Binary 10010111 10000010 10011001 1 1111 0 101000 100100111 1010 110111

Color Harmonies of #978299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978299

Black with #978299

Text Example


Text Example

White with #978299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978299; }

 p { color: rgb(151,130,153); }

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

background-color css

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

 a { background-color: rgb(151,130,153); }

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

border-color css

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

 span { border-color: rgb(151,130,153); }

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