#976F8B

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

Shades of Mountbatten Pink #976F8B

Tints of Mountbatten Pink #976F8B

Color information

#976F8B (or 0x976F8B) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 6F and 8B. RGB value is (151,111,139). Sum of RGB (Red+Green+Blue) = 151+111+139=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #976F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976F8B is #689074. Grayscale: #7E7E7E. Windows color (decimal): -6852725 or 9138071. OLE color: 9138071.

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

Color convert

RGB151111139-
CMYK00.260.080.41
HSL318º16.13%51.37%-
HSV(B)318º26.49%59.22%-
XYZ23.1119.8127.03-
YUV126.15135.25145.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.66%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=37.66%
G=27.68%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111113900.260.080.4131816.1351.37
Hex976F8B01A82913e1033
Octal22715721303210514762063
Binary10010111110111110001011011010100010100110011111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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