Html Css Color HEX #987888 Mountbatten Pink

📋 copy color: '#987888'

red 152 ◦ green 120 ◦ blue 136

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

Shades of Mountbatten Pink #987888

Tints of Mountbatten Pink #987888

RGB

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

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

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

R = 37.25%
G = 29.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#987888 (or 0x987888) is known color: Mountbatten Pink. HEX triplet: 98, 78 and 88. RGB value is (152,120,136). Sum of RGB (Red+Green+Blue) = 152+120+136=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #987888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987888 is #678777. Grayscale: #838383. Windows color (decimal): -6784888 or 8943768. OLE color: 8943768.

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

Color convert

RGB 152 120 136 -
CMYK 0 0.21 0.11 0.40
HSL 330º 0.13% 0.53% -
HSV(B) 330º 0.21% 0.6% -
XYZ 24.11 21.89 26.25 -
YUV 131.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 152 120 136 0 0.21 0.11 0.40 330 0.13 0.53
Hex 98 78 88 0 15 B 28 14A D 35
Octal 230 170 210 0 25 13 50 512 15 65
Binary 10011000 1111000 10001000 0 10101 1011 101000 101001010 1101 110101

Color Harmonies of #987888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987888

Black with #987888

Text Example


Text Example

White with #987888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987888; }

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

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

background-color css

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

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

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

border-color css

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

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

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