Html Css Color HEX #987A91 Mountbatten Pink

📋 copy color: '#987A91'

red 152 ◦ green 122 ◦ blue 145

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

Shades of Mountbatten Pink #987A91

Tints of Mountbatten Pink #987A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 36.28%
G = 29.12%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#987A91 (or 0x987A91) is known color: Mountbatten Pink. HEX triplet: 98, 7A and 91. RGB value is (152,122,145). Sum of RGB (Red+Green+Blue) = 152+122+145=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #987A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987A91 is #67856E. Grayscale: #858585. Windows color (decimal): -6784367 or 9534104. OLE color: 9534104.

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

Color convert

RGB 152 122 145 -
CMYK 0 0.20 0.05 0.40
HSL 314º 0.13% 0.54% -
HSV(B) 314º 0.2% 0.6% -
XYZ 25.02 22.64 29.84 -
YUV 133.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 152 122 145 0 0.20 0.05 0.40 314 0.13 0.54
Hex 98 7A 91 0 14 5 28 13A D 36
Octal 230 172 221 0 24 5 50 472 15 66
Binary 10011000 1111010 10010001 0 10100 101 101000 100111010 1101 110110

Color Harmonies of #987A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A91

Black with #987A91

Text Example


Text Example

White with #987A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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