Html Css Color HEX #987389 Mountbatten Pink

📋 copy color: '#987389'

red 152 ◦ green 115 ◦ blue 137

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

Shades of Mountbatten Pink #987389

Tints of Mountbatten Pink #987389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.47%

 BLUE value IS 137 (53.91% from 255) = 33.91%

R = 37.62%
G = 28.47%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#987389 (or 0x987389) is known color: Mountbatten Pink. HEX triplet: 98, 73 and 89. RGB value is (152,115,137). Sum of RGB (Red+Green+Blue) = 152+115+137=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #987389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987389 is #678C76. Grayscale: #808080. Windows color (decimal): -6786167 or 9008024. OLE color: 9008024.

HSL color Cylindrical-coordinate representation of color #987389: hue angle of 324.32º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #987389 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 137 -
CMYK 0 0.24 0.10 0.40
HSL 324.32º 0.15% 0.52% -
HSV(B) 324.32º 0.24% 0.6% -
XYZ 23.59 20.74 26.43 -
YUV 128.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 152 115 137 0 0.24 0.10 0.40 324.32 0.15 0.52
Hex 98 73 89 0 18 A 28 144 F 34
Octal 230 163 211 0 30 12 50 504 17 64
Binary 10011000 1110011 10001001 0 11000 1010 101000 101000100 1111 110100

Color Harmonies of #987389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987389

Black with #987389

Text Example


Text Example

White with #987389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987389; }

 p { color: rgb(152,115,137); }

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

background-color css

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

 a { background-color: rgb(152,115,137); }

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

border-color css

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

 span { border-color: rgb(152,115,137); }

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