#997488

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

Shades of Mountbatten Pink #997488

Tints of Mountbatten Pink #997488

Color information

#997488 (or 0x997488) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 74 and 88. RGB value is (153,116,136). Sum of RGB (Red+Green+Blue) = 153+116+136=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #997488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997488 is #668B77. Grayscale: #818181. Windows color (decimal): -6720376 or 8942745. OLE color: 8942745.

HSL color Cylindrical-coordinate representation of color #997488: hue angle of 327.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997488 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB153116136-
CMYK00.240.110.4
HSL327.57º15.35%52.75%-
HSV(B)327.57º24.18%60%-
XYZ23.8321.0426.1-
YUV129.34131.76144.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 116 (45.70% from 255) = 28.64%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=37.78%
G=28.64%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311613600.240.110.4327.5715.3552.75
Hex997488018B28148f35
Octal23116421003013505101765
Binary1001100111101001000100001100010111010001010010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997488; }

 p { color: rgb(153,116,136); }

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

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

 a { background-color: rgb(153,116,136); }

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

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

 span { border-color: rgb(153,116,136); }

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