Html Css Color HEX #987B93 Mountbatten Pink

📋 copy color: '#987B93'

red 152 ◦ green 123 ◦ blue 147

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

Shades of Mountbatten Pink #987B93

Tints of Mountbatten Pink #987B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.83%

R = 36.02%
G = 29.15%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#987B93 (or 0x987B93) is known color: Mountbatten Pink. HEX triplet: 98, 7B and 93. RGB value is (152,123,147). Sum of RGB (Red+Green+Blue) = 152+123+147=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #987B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987B93 is #67846C. Grayscale: #868686. Windows color (decimal): -6784109 or 9665432. OLE color: 9665432.

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

Color convert

RGB 152 123 147 -
CMYK 0 0.19 0.03 0.40
HSL 310.34º 0.12% 0.54% -
HSV(B) 310.34º 0.19% 0.6% -
XYZ 25.3 22.95 30.7 -
YUV 134.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 152 123 147 0 0.19 0.03 0.40 310.34 0.12 0.54
Hex 98 7B 93 0 13 3 28 136 C 36
Octal 230 173 223 0 23 3 50 466 14 66
Binary 10011000 1111011 10010011 0 10011 11 101000 100110110 1100 110110

Color Harmonies of #987B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987B93

Black with #987B93

Text Example


Text Example

White with #987B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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