Html Css Color HEX #977B8D Mountbatten Pink

📋 copy color: '#977B8D'

red 151 ◦ green 123 ◦ blue 141

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

Shades of Mountbatten Pink #977B8D

Tints of Mountbatten Pink #977B8D

RGB

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

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

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

R = 36.39%
G = 29.64%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#977B8D (or 0x977B8D) is known color: Mountbatten Pink. HEX triplet: 97, 7B and 8D. RGB value is (151,123,141). Sum of RGB (Red+Green+Blue) = 151+123+141=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 151 - color contains mainly: red. Hex color #977B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977B8D is #688472. Grayscale: #858585. Windows color (decimal): -6849651 or 9272215. OLE color: 9272215.

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

Color convert

RGB 151 123 141 -
CMYK 0 0.19 0.07 0.41
HSL 321.43º 0.12% 0.54% -
HSV(B) 321.43º 0.19% 0.59% -
XYZ 24.65 22.67 28.28 -
YUV 133.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 151 123 141 0 0.19 0.07 0.41 321.43 0.12 0.54
Hex 97 7B 8D 0 13 7 29 141 C 36
Octal 227 173 215 0 23 7 51 501 14 66
Binary 10010111 1111011 10001101 0 10011 111 101001 101000001 1100 110110

Color Harmonies of #977B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B8D

Black with #977B8D

Text Example


Text Example

White with #977B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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