Html Css Color HEX #988391 Mountbatten Pink

📋 copy color: '#988391'

red 152 ◦ green 131 ◦ blue 145

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

Shades of Mountbatten Pink #988391

Tints of Mountbatten Pink #988391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.61%

 BLUE value IS 145 (57.03% from 255) = 33.88%

R = 35.51%
G = 30.61%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#988391 (or 0x988391) is known color: Mountbatten Pink. HEX triplet: 98, 83 and 91. RGB value is (152,131,145). Sum of RGB (Red+Green+Blue) = 152+131+145=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 152 - color contains mainly: red. Hex color #988391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988391 is #677C6E. Grayscale: #8A8A8A. Windows color (decimal): -6782063 or 9536408. OLE color: 9536408.

HSL color Cylindrical-coordinate representation of color #988391: hue angle of 320º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #988391 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 131 145 -
CMYK 0 0.14 0.05 0.40
HSL 320º 0.09% 0.55% -
HSV(B) 320º 0.14% 0.6% -
XYZ 26.18 24.95 30.22 -
YUV 138.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 152 131 145 0 0.14 0.05 0.40 320 0.09 0.55
Hex 98 83 91 0 E 5 28 140 9 37
Octal 230 203 221 0 16 5 50 500 11 67
Binary 10011000 10000011 10010001 0 1110 101 101000 101000000 1001 110111

Color Harmonies of #988391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988391

Black with #988391

Text Example


Text Example

White with #988391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988391; }

 p { color: rgb(152,131,145); }

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

background-color css

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

 a { background-color: rgb(152,131,145); }

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

border-color css

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

 span { border-color: rgb(152,131,145); }

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