Html Css Color HEX #988392 Mountbatten Pink

📋 copy color: '#988392'

red 152 ◦ green 131 ◦ blue 146

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

Shades of Mountbatten Pink #988392

Tints of Mountbatten Pink #988392

RGB

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

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

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

R = 35.43%
G = 30.54%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#988392 (or 0x988392) is known color: Mountbatten Pink. HEX triplet: 98, 83 and 92. RGB value is (152,131,146). Sum of RGB (Red+Green+Blue) = 152+131+146=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 152 - color contains mainly: red. Hex color #988392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988392 is #677C6D. Grayscale: #8A8A8A. Windows color (decimal): -6782062 or 9601944. OLE color: 9601944.

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

Color convert

RGB 152 131 146 -
CMYK 0 0.14 0.04 0.40
HSL 317.14º 0.09% 0.55% -
HSV(B) 317.14º 0.14% 0.6% -
XYZ 26.25 24.98 30.63 -
YUV 138.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 152 131 146 0 0.14 0.04 0.40 317.14 0.09 0.55
Hex 98 83 92 0 E 4 28 13D 9 37
Octal 230 203 222 0 16 4 50 475 11 67
Binary 10011000 10000011 10010010 0 1110 100 101000 100111101 1001 110111

Color Harmonies of #988392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988392

Black with #988392

Text Example


Text Example

White with #988392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988392; }

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

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

background-color css

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

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

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

border-color css

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

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

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