Html Css Color HEX #988791 Mountbatten Pink

📋 copy color: '#988791'

red 152 ◦ green 135 ◦ blue 145

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

Shades of Mountbatten Pink #988791

Tints of Mountbatten Pink #988791

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.25%

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

R = 35.19%
G = 31.25%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#988791 (or 0x988791) is known color: Mountbatten Pink. HEX triplet: 98, 87 and 91. RGB value is (152,135,145). Sum of RGB (Red+Green+Blue) = 152+135+145=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 152 - color contains mainly: red. Hex color #988791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988791 is #67786E. Grayscale: #8D8D8D. Windows color (decimal): -6781039 or 9537432. OLE color: 9537432.

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

Color convert

RGB 152 135 145 -
CMYK 0 0.11 0.05 0.40
HSL 324.71º 0.08% 0.56% -
HSV(B) 324.71º 0.11% 0.6% -
XYZ 26.72 26.05 30.41 -
YUV 141.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 152 135 145 0 0.11 0.05 0.40 324.71 0.08 0.56
Hex 98 87 91 0 B 5 28 145 8 38
Octal 230 207 221 0 13 5 50 505 10 70
Binary 10011000 10000111 10010001 0 1011 101 101000 101000101 1000 111000

Color Harmonies of #988791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988791

Black with #988791

Text Example


Text Example

White with #988791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988791; }

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

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

background-color css

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

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

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

border-color css

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

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

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