Html Css Color HEX #988494 Mountbatten Pink

📋 copy color: '#988494'

red 152 ◦ green 132 ◦ blue 148

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

Shades of Mountbatten Pink #988494

Tints of Mountbatten Pink #988494

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.56%

 BLUE value IS 148 (58.2% from 255) = 34.26%

R = 35.19%
G = 30.56%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#988494 (or 0x988494) is known color: Mountbatten Pink. HEX triplet: 98, 84 and 94. RGB value is (152,132,148). Sum of RGB (Red+Green+Blue) = 152+132+148=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 152 - color contains mainly: red. Hex color #988494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988494 is #677B6B. Grayscale: #8B8B8B. Windows color (decimal): -6781804 or 9733272. OLE color: 9733272.

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

Color convert

RGB 152 132 148 -
CMYK 0 0.13 0.03 0.40
HSL 312º 0.09% 0.56% -
HSV(B) 312º 0.13% 0.6% -
XYZ 26.55 25.32 31.5 -
YUV 139.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 152 132 148 0 0.13 0.03 0.40 312 0.09 0.56
Hex 98 84 94 0 D 3 28 138 9 38
Octal 230 204 224 0 15 3 50 470 11 70
Binary 10011000 10000100 10010100 0 1101 11 101000 100111000 1001 111000

Color Harmonies of #988494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988494

Black with #988494

Text Example


Text Example

White with #988494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988494; }

 p { color: rgb(152,132,148); }

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

background-color css

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

 a { background-color: rgb(152,132,148); }

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

border-color css

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

 span { border-color: rgb(152,132,148); }

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