Html Css Color HEX #977E8D Mountbatten Pink

📋 copy color: '#977E8D'

red 151 ◦ green 126 ◦ blue 141

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

Shades of Mountbatten Pink #977E8D

Tints of Mountbatten Pink #977E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 36.12%
G = 30.14%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#977E8D (or 0x977E8D) is known color: Mountbatten Pink. HEX triplet: 97, 7E and 8D. RGB value is (151,126,141). Sum of RGB (Red+Green+Blue) = 151+126+141=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 151 - color contains mainly: red. Hex color #977E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977E8D is #688172. Grayscale: #878787. Windows color (decimal): -6848883 or 9272983. OLE color: 9272983.

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

Color convert

RGB 151 126 141 -
CMYK 0 0.17 0.07 0.41
HSL 324º 0.11% 0.54% -
HSV(B) 324º 0.17% 0.59% -
XYZ 25.03 23.42 28.4 -
YUV 135.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 151 126 141 0 0.17 0.07 0.41 324 0.11 0.54
Hex 97 7E 8D 0 11 7 29 144 B 36
Octal 227 176 215 0 21 7 51 504 13 66
Binary 10010111 1111110 10001101 0 10001 111 101001 101000100 1011 110110

Color Harmonies of #977E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E8D

Black with #977E8D

Text Example


Text Example

White with #977E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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