Html Css Color HEX #987A90 Mountbatten Pink

📋 copy color: '#987A90'

red 152 ◦ green 122 ◦ blue 144

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

Shades of Mountbatten Pink #987A90

Tints of Mountbatten Pink #987A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 36.36%
G = 29.19%
B = 34.45%

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

#987A90 (or 0x987A90) is known color: Mountbatten Pink. HEX triplet: 98, 7A and 90. RGB value is (152,122,144). Sum of RGB (Red+Green+Blue) = 152+122+144=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #987A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987A90 is #67856F. Grayscale: #858585. Windows color (decimal): -6784368 or 9468568. OLE color: 9468568.

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

Color convert

RGB 152 122 144 -
CMYK 0 0.20 0.05 0.40
HSL 316º 0.13% 0.54% -
HSV(B) 316º 0.2% 0.6% -
XYZ 24.94 22.61 29.43 -
YUV 133.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 152 122 144 0 0.20 0.05 0.40 316 0.13 0.54
Hex 98 7A 90 0 14 5 28 13C D 36
Octal 230 172 220 0 24 5 50 474 15 66
Binary 10011000 1111010 10010000 0 10100 101 101000 100111100 1101 110110

Color Harmonies of #987A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A90

Black with #987A90

Text Example


Text Example

White with #987A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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