Html Css Color HEX #987B88 Mountbatten Pink

📋 copy color: '#987B88'

red 152 ◦ green 123 ◦ blue 136

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

Shades of Mountbatten Pink #987B88

Tints of Mountbatten Pink #987B88

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.93%

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

R = 36.98%
G = 29.93%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#987B88 (or 0x987B88) is known color: Mountbatten Pink. HEX triplet: 98, 7B and 88. RGB value is (152,123,136). Sum of RGB (Red+Green+Blue) = 152+123+136=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #987B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987B88 is #678477. Grayscale: #858585. Windows color (decimal): -6784120 or 8944536. OLE color: 8944536.

HSL color Cylindrical-coordinate representation of color #987B88: hue angle of 333.1º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #987B88 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 123 136 -
CMYK 0 0.19 0.11 0.40
HSL 333.1º 0.12% 0.54% -
HSV(B) 333.1º 0.19% 0.6% -
XYZ 24.48 22.62 26.37 -
YUV 133.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 152 123 136 0 0.19 0.11 0.40 333.1 0.12 0.54
Hex 98 7B 88 0 13 B 28 14D C 36
Octal 230 173 210 0 23 13 50 515 14 66
Binary 10011000 1111011 10001000 0 10011 1011 101000 101001101 1100 110110

Color Harmonies of #987B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987B88

Black with #987B88

Text Example


Text Example

White with #987B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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