Html Css Color HEX #997890 Mountbatten Pink

📋 copy color: '#997890'

red 153 ◦ green 120 ◦ blue 144

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

Shades of Mountbatten Pink #997890

Tints of Mountbatten Pink #997890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.78%

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

R = 36.69%
G = 28.78%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#997890 (or 0x997890) is known color: Mountbatten Pink. HEX triplet: 99, 78 and 90. RGB value is (153,120,144). Sum of RGB (Red+Green+Blue) = 153+120+144=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #997890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997890 is #66876F. Grayscale: #848484. Windows color (decimal): -6719344 or 9468057. OLE color: 9468057.

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

Color convert

RGB 153 120 144 -
CMYK 0 0.22 0.06 0.4
HSL 316.36º 0.14% 0.54% -
HSV(B) 316.36º 0.22% 0.6% -
XYZ 24.89 22.22 29.36 -
YUV 132.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 153 120 144 0 0.22 0.06 0.4 316.36 0.14 0.54
Hex 99 78 90 0 16 6 28 13C E 36
Octal 231 170 220 0 26 6 50 474 16 66
Binary 10011001 1111000 10010000 0 10110 110 101000 100111100 1110 110110

Color Harmonies of #997890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997890

Black with #997890

Text Example


Text Example

White with #997890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997890; }

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

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

background-color css

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

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

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

border-color css

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

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

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