Html Css Color HEX #987A88 Mountbatten Pink

📋 copy color: '#987A88'

red 152 ◦ green 122 ◦ blue 136

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

Shades of Mountbatten Pink #987A88

Tints of Mountbatten Pink #987A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.17%

R = 37.07%
G = 29.76%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#987A88 (or 0x987A88) is known color: Mountbatten Pink. HEX triplet: 98, 7A and 88. RGB value is (152,122,136). Sum of RGB (Red+Green+Blue) = 152+122+136=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #987A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987A88 is #678577. Grayscale: #848484. Windows color (decimal): -6784376 or 8944280. OLE color: 8944280.

HSL color Cylindrical-coordinate representation of color #987A88: hue angle of 332º 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 #987A88 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 122 136 -
CMYK 0 0.20 0.11 0.40
HSL 332º 0.13% 0.54% -
HSV(B) 332º 0.2% 0.6% -
XYZ 24.35 22.37 26.33 -
YUV 132.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 152 122 136 0 0.20 0.11 0.40 332 0.13 0.54
Hex 98 7A 88 0 14 B 28 14C D 36
Octal 230 172 210 0 24 13 50 514 15 66
Binary 10011000 1111010 10001000 0 10100 1011 101000 101001100 1101 110110

Color Harmonies of #987A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A88

Black with #987A88

Text Example


Text Example

White with #987A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987A88; }

 p { color: rgb(152,122,136); }

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

background-color css

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

 a { background-color: rgb(152,122,136); }

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

border-color css

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

 span { border-color: rgb(152,122,136); }

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