#997890

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

Shades of Mountbatten Pink #997890

Tints of Mountbatten Pink #997890

Color information

#997890 (or 0x997890) is unknown color: approx 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

RGB153120144-
CMYK00.220.060.4
HSL316.36º13.92%53.53%-
HSV(B)316.36º21.57%60%-
XYZ24.8922.2229.36-
YUV132.6134.43142.55-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312014400.220.060.4316.3613.9253.53
Hex99789001662813ce36
Octal2311702200266504741666
Binary100110011111000100100000101101101010001001111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>