Html Css Color HEX #997A90 Mountbatten Pink

📋 copy color: '#997A90'

red 153 ◦ green 122 ◦ blue 144

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

Shades of Mountbatten Pink #997A90

Tints of Mountbatten Pink #997A90

RGB

 RED value IS 153 (60.16% from 255) = 36.52%

 GREEN value IS 122 (48.05% from 255) = 29.12%

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 36.52%
G = 29.12%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#997A90 (or 0x997A90) is known color: Mountbatten Pink. HEX triplet: 99, 7A and 90. RGB value is (153,122,144). Sum of RGB (Red+Green+Blue) = 153+122+144=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #997A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997A90 is #66856F. Grayscale: #858585. Windows color (decimal): -6718832 or 9468569. OLE color: 9468569.

HSL color Cylindrical-coordinate representation of color #997A90: hue angle of 317.42º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #997A90 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 122 144 -
CMYK 0 0.20 0.06 0.4
HSL 317.42º 0.13% 0.54% -
HSV(B) 317.42º 0.2% 0.6% -
XYZ 25.13 22.7 29.44 -
YUV 133.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 153 122 144 0 0.20 0.06 0.4 317.42 0.13 0.54
Hex 99 7A 90 0 14 6 28 13D D 36
Octal 231 172 220 0 24 6 50 475 15 66
Binary 10011001 1111010 10010000 0 10100 110 101000 100111101 1101 110110

Color Harmonies of #997A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A90

Black with #997A90

Text Example


Text Example

White with #997A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #997A90;
 }
 .AnyTagClassName
 {
   color: #997A90;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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