Html Css Color HEX #987A93 Mountbatten Pink

📋 copy color: '#987A93'

red 152 ◦ green 122 ◦ blue 147

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

Shades of Mountbatten Pink #987A93

Tints of Mountbatten Pink #987A93

RGB

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

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

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

R = 36.1%
G = 28.98%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#987A93 (or 0x987A93) is known color: Mountbatten Pink. HEX triplet: 98, 7A and 93. RGB value is (152,122,147). Sum of RGB (Red+Green+Blue) = 152+122+147=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #987A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987A93 is #67856C. Grayscale: #858585. Windows color (decimal): -6784365 or 9665176. OLE color: 9665176.

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

Color convert

RGB 152 122 147 -
CMYK 0 0.20 0.03 0.40
HSL 310º 0.13% 0.54% -
HSV(B) 310º 0.2% 0.6% -
XYZ 25.17 22.7 30.66 -
YUV 133.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 152 122 147 0 0.20 0.03 0.40 310 0.13 0.54
Hex 98 7A 93 0 14 3 28 136 D 36
Octal 230 172 223 0 24 3 50 466 15 66
Binary 10011000 1111010 10010011 0 10100 11 101000 100110110 1101 110110

Color Harmonies of #987A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A93

Black with #987A93

Text Example


Text Example

White with #987A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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