Html Css Color HEX #987A8D Mountbatten Pink

📋 copy color: '#987A8D'

red 152 ◦ green 122 ◦ blue 141

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

Shades of Mountbatten Pink #987A8D

Tints of Mountbatten Pink #987A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.98%

R = 36.63%
G = 29.4%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#987A8D (or 0x987A8D) is known color: Mountbatten Pink. HEX triplet: 98, 7A and 8D. RGB value is (152,122,141). Sum of RGB (Red+Green+Blue) = 152+122+141=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #987A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987A8D is #678572. Grayscale: #858585. Windows color (decimal): -6784371 or 9271960. OLE color: 9271960.

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

Color convert

RGB 152 122 141 -
CMYK 0 0.20 0.07 0.40
HSL 322º 0.13% 0.54% -
HSV(B) 322º 0.2% 0.6% -
XYZ 24.72 22.52 28.24 -
YUV 133.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 152 122 141 0 0.20 0.07 0.40 322 0.13 0.54
Hex 98 7A 8D 0 14 7 28 142 D 36
Octal 230 172 215 0 24 7 50 502 15 66
Binary 10011000 1111010 10001101 0 10100 111 101000 101000010 1101 110110

Color Harmonies of #987A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A8D

Black with #987A8D

Text Example


Text Example

White with #987A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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