Html Css Color HEX #987B92 Mountbatten Pink

📋 copy color: '#987B92'

red 152 ◦ green 123 ◦ blue 146

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

Shades of Mountbatten Pink #987B92

Tints of Mountbatten Pink #987B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.68%

R = 36.1%
G = 29.22%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#987B92 (or 0x987B92) is known color: Mountbatten Pink. HEX triplet: 98, 7B and 92. RGB value is (152,123,146). Sum of RGB (Red+Green+Blue) = 152+123+146=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #987B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987B92 is #67846D. Grayscale: #868686. Windows color (decimal): -6784110 or 9599896. OLE color: 9599896.

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

Color convert

RGB 152 123 146 -
CMYK 0 0.19 0.04 0.40
HSL 312.41º 0.12% 0.54% -
HSV(B) 312.41º 0.19% 0.6% -
XYZ 25.22 22.92 30.29 -
YUV 134.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 152 123 146 0 0.19 0.04 0.40 312.41 0.12 0.54
Hex 98 7B 92 0 13 4 28 138 C 36
Octal 230 173 222 0 23 4 50 470 14 66
Binary 10011000 1111011 10010010 0 10011 100 101000 100111000 1100 110110

Color Harmonies of #987B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987B92

Black with #987B92

Text Example


Text Example

White with #987B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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