#997C8A

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

Shades of Mountbatten Pink #997C8A

Tints of Mountbatten Pink #997C8A

Color information

#997C8A (or 0x997C8A) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 7C and 8A. RGB value is (153,124,138). Sum of RGB (Red+Green+Blue) = 153+124+138=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #997C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997C8A is #668375. Grayscale: #868686. Windows color (decimal): -6718326 or 9075865. OLE color: 9075865.

HSL color Cylindrical-coordinate representation of color #997C8A: hue angle of 331.03º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #997C8A is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153124138-
CMYK00.190.100.4
HSL331.03º12.45%54.31%-
HSV(B)331.03º18.95%60%-
XYZ24.9323.0227.17-
YUV134.27130.11141.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=36.87%
G=29.88%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312413800.190.100.4331.0312.4554.31
Hex997C8A013A2814bc36
Octal23117421202312505131466
Binary1001100111111001000101001001110101010001010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997C8A; }

 p { color: rgb(153,124,138); }

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

<style>
 a { background-color: #997C8A; }

 a { background-color: rgb(153,124,138); }

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

<style>
 span { border-color: #997C8A; }

 span { border-color: rgb(153,124,138); }

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