#977F8B

Color #977F8B Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #977F8B

Tints of Mountbatten Pink #977F8B

Color information

#977F8B (or 0x977F8B) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 7F and 8B. RGB value is (151,127,139). Sum of RGB (Red+Green+Blue) = 151+127+139=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 151 - color contains mainly: red. Hex color #977F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977F8B is #688074. Grayscale: #878787. Windows color (decimal): -6848629 or 9142167. OLE color: 9142167.

HSL color Cylindrical-coordinate representation of color #977F8B: hue angle of 330º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #977F8B is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB151127139-
CMYK00.160.080.41
HSL330º10.34%54.51%-
HSV(B)330º15.89%59.22%-
XYZ25.0123.6227.67-
YUV135.54129.95139.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.21%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=36.21%
G=30.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112713900.160.080.4133010.3454.51
Hex977F8B01082914aa37
Octal22717721302010515121267
Binary1001011111111111000101101000010001010011010010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,127,139); }

 H1.HeaderClassName
 {
   color: #977F8B;
 }
 .AnyTagClassName
 {
   color: #977F8B;
 }
</style>
background-color css

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

 a { background-color: rgb(151,127,139); }

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

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

 span { border-color: rgb(151,127,139); }

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