Html Css Color HEX #987995 Mountbatten Pink

📋 copy color: '#987995'

red 152 ◦ green 121 ◦ blue 149

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

Shades of Mountbatten Pink #987995

Tints of Mountbatten Pink #987995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.67%

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 36.02%
G = 28.67%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#987995 (or 0x987995) is known color: Mountbatten Pink. HEX triplet: 98, 79 and 95. RGB value is (152,121,149). Sum of RGB (Red+Green+Blue) = 152+121+149=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #987995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987995 is #67866A. Grayscale: #858585. Windows color (decimal): -6784619 or 9795992. OLE color: 9795992.

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

Color convert

RGB 152 121 149 -
CMYK 0 0.20 0.02 0.40
HSL 305.81º 0.13% 0.54% -
HSV(B) 305.81º 0.2% 0.6% -
XYZ 25.21 22.52 31.45 -
YUV 133.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 152 121 149 0 0.20 0.02 0.40 305.81 0.13 0.54
Hex 98 79 95 0 14 2 28 132 D 36
Octal 230 171 225 0 24 2 50 462 15 66
Binary 10011000 1111001 10010101 0 10100 10 101000 100110010 1101 110110

Color Harmonies of #987995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987995

Black with #987995

Text Example


Text Example

White with #987995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987995; }

 p { color: rgb(152,121,149); }

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

background-color css

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

 a { background-color: rgb(152,121,149); }

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

border-color css

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

 span { border-color: rgb(152,121,149); }

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