#997E90

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

Shades of Mountbatten Pink #997E90

Tints of Mountbatten Pink #997E90

Color information

#997E90 (or 0x997E90) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 7E and 90. RGB value is (153,126,144). Sum of RGB (Red+Green+Blue) = 153+126+144=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #997E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997E90 is #66816F. Grayscale: #888888. Windows color (decimal): -6717808 or 9469593. OLE color: 9469593.

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

Color convert

RGB153126144-
CMYK00.180.060.4
HSL320º11.69%54.71%-
HSV(B)320º17.65%60%-
XYZ25.6323.7129.61-
YUV136.12132.45140.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 126 (49.61% from 255) = 29.79%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=36.17%
G=29.79%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312614400.180.060.432011.6954.71
Hex997E90012628140c37
Octal2311762200226505001467
Binary100110011111110100100000100101101010001010000001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,126,144); }

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

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

 a { background-color: rgb(153,126,144); }

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

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

 span { border-color: rgb(153,126,144); }

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