Html Css Color HEX #987589 Mountbatten Pink

📋 copy color: '#987589'

red 152 ◦ green 117 ◦ blue 137

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

Shades of Mountbatten Pink #987589

Tints of Mountbatten Pink #987589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.82%

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

R = 37.44%
G = 28.82%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#987589 (or 0x987589) is known color: Mountbatten Pink. HEX triplet: 98, 75 and 89. RGB value is (152,117,137). Sum of RGB (Red+Green+Blue) = 152+117+137=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #987589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987589 is #678A76. Grayscale: #818181. Windows color (decimal): -6785655 or 9008536. OLE color: 9008536.

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

Color convert

RGB 152 117 137 -
CMYK 0 0.23 0.10 0.40
HSL 325.71º 0.15% 0.53% -
HSV(B) 325.71º 0.23% 0.6% -
XYZ 23.83 21.2 26.5 -
YUV 129.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 152 117 137 0 0.23 0.10 0.40 325.71 0.15 0.53
Hex 98 75 89 0 17 A 28 146 F 35
Octal 230 165 211 0 27 12 50 506 17 65
Binary 10011000 1110101 10001001 0 10111 1010 101000 101000110 1111 110101

Color Harmonies of #987589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987589

Black with #987589

Text Example


Text Example

White with #987589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987589; }

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

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

background-color css

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

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

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

border-color css

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

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

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