Html Css Color HEX #997E90 Mountbatten Pink

📋 copy color: '#997E90'

red 153 ◦ green 126 ◦ blue 144

#997E90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #997E90

Tints of Mountbatten Pink #997E90

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 value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#997E90 (or 0x997E90) is known color: 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

RGB 153 126 144 -
CMYK 0 0.18 0.06 0.4
HSL 320º 0.12% 0.55% -
HSV(B) 320º 0.18% 0.6% -
XYZ 25.63 23.71 29.61 -
YUV 136.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 153 126 144 0 0.18 0.06 0.4 320 0.12 0.55
Hex 99 7E 90 0 12 6 28 140 C 37
Octal 231 176 220 0 22 6 50 500 14 67
Binary 10011001 1111110 10010000 0 10010 110 101000 101000000 1100 110111

Color Harmonies of #997E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E90

Black with #997E90

Text Example


Text Example

White with #997E90

Text Example


Text Example

HTML Codes & Css Web 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>