Html Css Color HEX #987C96 Mountbatten Pink

📋 copy color: '#987C96'

red 152 ◦ green 124 ◦ blue 150

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

Shades of Mountbatten Pink #987C96

Tints of Mountbatten Pink #987C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.11%

 BLUE value IS 150 (58.98% from 255) = 35.21%

R = 35.68%
G = 29.11%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#987C96 (or 0x987C96) is known color: Mountbatten Pink. HEX triplet: 98, 7C and 96. RGB value is (152,124,150). Sum of RGB (Red+Green+Blue) = 152+124+150=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 152 - color contains mainly: red. Hex color #987C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987C96 is #678369. Grayscale: #878787. Windows color (decimal): -6783850 or 9862296. OLE color: 9862296.

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

Color convert

RGB 152 124 150 -
CMYK 0 0.18 0.01 0.40
HSL 304.29º 0.12% 0.54% -
HSV(B) 304.29º 0.18% 0.6% -
XYZ 25.66 23.29 32 -
YUV 135.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 152 124 150 0 0.18 0.01 0.40 304.29 0.12 0.54
Hex 98 7C 96 0 12 1 28 130 C 36
Octal 230 174 226 0 22 1 50 460 14 66
Binary 10011000 1111100 10010110 0 10010 1 101000 100110000 1100 110110

Color Harmonies of #987C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C96

Black with #987C96

Text Example


Text Example

White with #987C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,124,150); }

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

background-color css

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

 a { background-color: rgb(152,124,150); }

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

border-color css

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

 span { border-color: rgb(152,124,150); }

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