Html Css Color HEX #987B91 Mountbatten Pink

📋 copy color: '#987B91'

red 152 ◦ green 123 ◦ blue 145

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

Shades of Mountbatten Pink #987B91

Tints of Mountbatten Pink #987B91

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.29%

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

R = 36.19%
G = 29.29%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#987B91 (or 0x987B91) is known color: Mountbatten Pink. HEX triplet: 98, 7B and 91. RGB value is (152,123,145). Sum of RGB (Red+Green+Blue) = 152+123+145=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 152 - color contains mainly: red. Hex color #987B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987B91 is #67846E. Grayscale: #868686. Windows color (decimal): -6784111 or 9534360. OLE color: 9534360.

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

Color convert

RGB 152 123 145 -
CMYK 0 0.19 0.05 0.40
HSL 314.48º 0.12% 0.54% -
HSV(B) 314.48º 0.19% 0.6% -
XYZ 25.14 22.89 29.88 -
YUV 134.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 152 123 145 0 0.19 0.05 0.40 314.48 0.12 0.54
Hex 98 7B 91 0 13 5 28 13A C 36
Octal 230 173 221 0 23 5 50 472 14 66
Binary 10011000 1111011 10010001 0 10011 101 101000 100111010 1100 110110

Color Harmonies of #987B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987B91

Black with #987B91

Text Example


Text Example

White with #987B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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