#977A8D

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

Shades of Mountbatten Pink #977A8D

Tints of Mountbatten Pink #977A8D

Color information

#977A8D (or 0x977A8D) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 7A and 8D. RGB value is (151,122,141). Sum of RGB (Red+Green+Blue) = 151+122+141=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 151 - color contains mainly: red. Hex color #977A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977A8D is #688572. Grayscale: #848484. Windows color (decimal): -6849907 or 9271959. OLE color: 9271959.

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

Color convert

RGB151122141-
CMYK00.190.070.41
HSL320.69º12.24%53.53%-
HSV(B)320.69º19.21%59.22%-
XYZ24.5322.4228.23-
YUV132.84132.61140.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.47%
GREEN value IS 122 (48.05% from 255) = 29.47%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=36.47%
G=29.47%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112214100.190.070.41320.6912.2453.53
Hex977A8D013729141c36
Octal2271722150237515011466
Binary100101111111010100011010100111111010011010000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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