Shades of Mountbatten Pink #976B8B
Tints of Mountbatten Pink #976B8B
RGB
CMYK
RGB Variations
Color information
#976B8B (or 0x976B8B) is known color: Mountbatten Pink. HEX triplet: 97, 6B and 8B. RGB value is (151,107,139). Sum of RGB (Red+Green+Blue) = 151+107+139=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #976B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976B8B is #689474. Grayscale: #7B7B7B. Windows color (decimal): -6853749 or 9137047. OLE color: 9137047.
HSL color Cylindrical-coordinate representation of color #976B8B: hue angle of 316.36º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #976B8B is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 107 | 139 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.41 |
| HSL | 316.36º | 0.17% | 0.51% | - |
| HSV(B) | 316.36º | 0.29% | 0.59% | - |
| XYZ | 22.68 | 18.96 | 26.89 | - |
| YUV | 123.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 107 | 139 | 0 | 0.29 | 0.08 | 0.41 | 316.36 | 0.17 | 0.51 |
| Hex | 97 | 6B | 8B | 0 | 1D | 8 | 29 | 13C | 11 | 33 |
| Octal | 227 | 153 | 213 | 0 | 35 | 10 | 51 | 474 | 21 | 63 |
| Binary | 10010111 | 1101011 | 10001011 | 0 | 11101 | 1000 | 101001 | 100111100 | 10001 | 110011 |
Color Harmonies of #976B8B
Complementary color
Monochromatic Colors of #976B8B
Black with #976B8B
Text Example
Text Example
White with #976B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976B8B; }
p { color: rgb(151,107,139); }
H1.HeaderClassName
{
color: #976B8B;
}
.AnyTagClassName
{
color: #976B8B;
}
</style>
background-color css
<style>
a { background-color: #976B8B; }
a { background-color: rgb(151,107,139); }
div.DivClassName
{
background-color: #976B8B;
}
.BgClassName
{
background-color: #976B8B;
}
</style>
border-color css
<style>
span { border-color: #976B8B; }
span { border-color: rgb(151,107,139); }
td.TdClassName
{
border-color: #976B8B;
}
.TagClassName
{
border-color: #976B8B;
}
</style>