Html Css Color HEX #987A95 Mountbatten Pink

📋 copy color: '#987A95'

red 152 ◦ green 122 ◦ blue 149

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

Shades of Mountbatten Pink #987A95

Tints of Mountbatten Pink #987A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.22%

R = 35.93%
G = 28.84%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#987A95 (or 0x987A95) is known color: Mountbatten Pink. HEX triplet: 98, 7A and 95. RGB value is (152,122,149). Sum of RGB (Red+Green+Blue) = 152+122+149=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #987A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987A95 is #67856A. Grayscale: #858585. Windows color (decimal): -6784363 or 9796248. OLE color: 9796248.

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

Color convert

RGB 152 122 149 -
CMYK 0 0.20 0.02 0.40
HSL 306º 0.13% 0.54% -
HSV(B) 306º 0.2% 0.6% -
XYZ 25.33 22.76 31.49 -
YUV 134.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 152 122 149 0 0.20 0.02 0.40 306 0.13 0.54
Hex 98 7A 95 0 14 2 28 132 D 36
Octal 230 172 225 0 24 2 50 462 15 66
Binary 10011000 1111010 10010101 0 10100 10 101000 100110010 1101 110110

Color Harmonies of #987A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A95

Black with #987A95

Text Example


Text Example

White with #987A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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