Html Css Color HEX #977E94 Mountbatten Pink

📋 copy color: '#977E94'

red 151 ◦ green 126 ◦ blue 148

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

Shades of Mountbatten Pink #977E94

Tints of Mountbatten Pink #977E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.82%

R = 35.53%
G = 29.65%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#977E94 (or 0x977E94) is known color: Mountbatten Pink. HEX triplet: 97, 7E and 94. RGB value is (151,126,148). Sum of RGB (Red+Green+Blue) = 151+126+148=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 151 - color contains mainly: red. Hex color #977E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977E94 is #68816B. Grayscale: #878787. Windows color (decimal): -6848876 or 9731735. OLE color: 9731735.

HSL color Cylindrical-coordinate representation of color #977E94: hue angle of 307.2º 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 #977E94 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 126 148 -
CMYK 0 0.17 0.02 0.41
HSL 307.2º 0.11% 0.54% -
HSV(B) 307.2º 0.17% 0.59% -
XYZ 25.57 23.64 31.23 -
YUV 135.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 151 126 148 0 0.17 0.02 0.41 307.2 0.11 0.54
Hex 97 7E 94 0 11 2 29 133 B 36
Octal 227 176 224 0 21 2 51 463 13 66
Binary 10010111 1111110 10010100 0 10001 10 101001 100110011 1011 110110

Color Harmonies of #977E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E94

Black with #977E94

Text Example


Text Example

White with #977E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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