Html Css Color HEX #988991 Mountbatten Pink

📋 copy color: '#988991'

red 152 ◦ green 137 ◦ blue 145

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

Shades of Mountbatten Pink #988991

Tints of Mountbatten Pink #988991

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.57%

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

R = 35.02%
G = 31.57%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#988991 (or 0x988991) is known color: Mountbatten Pink. HEX triplet: 98, 89 and 91. RGB value is (152,137,145). Sum of RGB (Red+Green+Blue) = 152+137+145=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 152 - color contains mainly: red. Hex color #988991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988991 is #67766E. Grayscale: #8E8E8E. Windows color (decimal): -6780527 or 9537944. OLE color: 9537944.

HSL color Cylindrical-coordinate representation of color #988991: hue angle of 328º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #988991 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 137 145 -
CMYK 0 0.10 0.05 0.40
HSL 328º 0.07% 0.57% -
HSV(B) 328º 0.1% 0.6% -
XYZ 27.01 26.61 30.5 -
YUV 142.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 152 137 145 0 0.10 0.05 0.40 328 0.07 0.57
Hex 98 89 91 0 A 5 28 148 7 39
Octal 230 211 221 0 12 5 50 510 7 71
Binary 10011000 10001001 10010001 0 1010 101 101000 101001000 111 111001

Color Harmonies of #988991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988991

Black with #988991

Text Example


Text Example

White with #988991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988991; }

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

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

background-color css

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

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

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

border-color css

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

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

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