Html Css Color HEX #977B98 Amethyst Smoke

📋 copy color: '#977B98'

red 151 ◦ green 123 ◦ blue 152

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

Shades of Amethyst Smoke #977B98

Tints of Amethyst Smoke #977B98

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.87%

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

R = 35.45%
G = 28.87%
B = 35.68%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#977B98 (or 0x977B98) is known color: Amethyst Smoke. HEX triplet: 97, 7B and 98. RGB value is (151,123,152). Sum of RGB (Red+Green+Blue) = 151+123+152=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 152 - color contains mainly: blue. Hex color #977B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977B98 is #688467. Grayscale: #868686. Windows color (decimal): -6849640 or 9993111. OLE color: 9993111.

HSL color Cylindrical-coordinate representation of color #977B98: hue angle of 297.93º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #977B98 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 123 152 -
CMYK 0.01 0.19 0 0.40
HSL 297.93º 0.12% 0.54% -
HSV(B) 297.93º 0.19% 0.6% -
XYZ 25.51 23.01 32.8 -
YUV 134.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 151 123 152 0.01 0.19 0 0.40 297.93 0.12 0.54
Hex 97 7B 98 1 13 0 28 12A C 36
Octal 227 173 230 1 23 0 50 452 14 66
Binary 10010111 1111011 10011000 1 10011 0 101000 100101010 1100 110110

Color Harmonies of #977B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B98

Black with #977B98

Text Example


Text Example

White with #977B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977B98; }

 p { color: rgb(151,123,152); }

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

background-color css

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

 a { background-color: rgb(151,123,152); }

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

border-color css

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

 span { border-color: rgb(151,123,152); }

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