Html Css Color HEX #977E96 Mountbatten Pink

📋 copy color: '#977E96'

red 151 ◦ green 126 ◦ blue 150

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

Shades of Mountbatten Pink #977E96

Tints of Mountbatten Pink #977E96

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.51%

 BLUE value IS 150 (58.98% from 255) = 35.13%

R = 35.36%
G = 29.51%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#977E96 (or 0x977E96) is known color: Mountbatten Pink. HEX triplet: 97, 7E and 96. RGB value is (151,126,150). Sum of RGB (Red+Green+Blue) = 151+126+150=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 151 - color contains mainly: red. Hex color #977E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977E96 is #688169. Grayscale: #888888. Windows color (decimal): -6848874 or 9862807. OLE color: 9862807.

HSL color Cylindrical-coordinate representation of color #977E96: hue angle of 302.4º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #977E96 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 126 150 -
CMYK 0 0.17 0.01 0.41
HSL 302.4º 0.11% 0.54% -
HSV(B) 302.4º 0.17% 0.59% -
XYZ 25.73 23.7 32.07 -
YUV 136.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 151 126 150 0 0.17 0.01 0.41 302.4 0.11 0.54
Hex 97 7E 96 0 11 1 29 12E B 36
Octal 227 176 226 0 21 1 51 456 13 66
Binary 10010111 1111110 10010110 0 10001 1 101001 100101110 1011 110110

Color Harmonies of #977E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E96

Black with #977E96

Text Example


Text Example

White with #977E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,126,150); }

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

background-color css

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

 a { background-color: rgb(151,126,150); }

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

border-color css

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

 span { border-color: rgb(151,126,150); }

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