Html Css Color HEX #997987 Mountbatten Pink

📋 copy color: '#997987'

red 153 ◦ green 121 ◦ blue 135

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

Shades of Mountbatten Pink #997987

Tints of Mountbatten Pink #997987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.58%

 BLUE value IS 135 (53.13% from 255) = 33.01%

R = 37.41%
G = 29.58%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#997987 (or 0x997987) is known color: Mountbatten Pink. HEX triplet: 99, 79 and 87. RGB value is (153,121,135). Sum of RGB (Red+Green+Blue) = 153+121+135=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #997987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997987 is #668678. Grayscale: #848484. Windows color (decimal): -6719097 or 8878489. OLE color: 8878489.

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

Color convert

RGB 153 121 135 -
CMYK 0 0.21 0.12 0.4
HSL 333.75º 0.14% 0.54% -
HSV(B) 333.75º 0.21% 0.6% -
XYZ 24.35 22.2 25.92 -
YUV 132.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 153 121 135 0 0.21 0.12 0.4 333.75 0.14 0.54
Hex 99 79 87 0 15 C 28 14E E 36
Octal 231 171 207 0 25 14 50 516 16 66
Binary 10011001 1111001 10000111 0 10101 1100 101000 101001110 1110 110110

Color Harmonies of #997987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997987

Black with #997987

Text Example


Text Example

White with #997987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997987; }

 p { color: rgb(153,121,135); }

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

background-color css

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

 a { background-color: rgb(153,121,135); }

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

border-color css

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

 span { border-color: rgb(153,121,135); }

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