Html Css Color HEX #987889 Mountbatten Pink

📋 copy color: '#987889'

red 152 ◦ green 120 ◦ blue 137

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

Shades of Mountbatten Pink #987889

Tints of Mountbatten Pink #987889

RGB

 RED value IS 152 (59.77% from 255) = 37.16%

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

 BLUE value IS 137 (53.91% from 255) = 33.5%

R = 37.16%
G = 29.34%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#987889 (or 0x987889) is known color: Mountbatten Pink. HEX triplet: 98, 78 and 89. RGB value is (152,120,137). Sum of RGB (Red+Green+Blue) = 152+120+137=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #987889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987889 is #678776. Grayscale: #838383. Windows color (decimal): -6784887 or 9009304. OLE color: 9009304.

HSL color Cylindrical-coordinate representation of color #987889: hue angle of 328.12º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #987889 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 120 137 -
CMYK 0 0.21 0.10 0.40
HSL 328.13º 0.13% 0.53% -
HSV(B) 328.13º 0.21% 0.6% -
XYZ 24.18 21.91 26.62 -
YUV 131.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 152 120 137 0 0.21 0.10 0.40 328.13 0.13 0.53
Hex 98 78 89 0 15 A 28 148 D 35
Octal 230 170 211 0 25 12 50 510 15 65
Binary 10011000 1111000 10001001 0 10101 1010 101000 101001000 1101 110101

Color Harmonies of #987889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987889

Black with #987889

Text Example


Text Example

White with #987889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987889; }

 p { color: rgb(152,120,137); }

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

background-color css

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

 a { background-color: rgb(152,120,137); }

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

border-color css

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

 span { border-color: rgb(152,120,137); }

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