#988792

Color #988792 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #988792

Tints of Mountbatten Pink #988792

Color information

#988792 (or 0x988792) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 87 and 92. RGB value is (152,135,146). Sum of RGB (Red+Green+Blue) = 152+135+146=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 152 - color contains mainly: red. Hex color #988792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988792 is #67786D. Grayscale: #8D8D8D. Windows color (decimal): -6781038 or 9602968. OLE color: 9602968.

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

Color convert

RGB152135146-
CMYK00.110.040.40
HSL321.18º7.62%56.27%-
HSV(B)321.18º11.18%59.61%-
XYZ26.826.0830.82-
YUV141.34130.63135.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 146 (57.42% from 255) = 33.72%
R=35.10%
G=31.18%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213514600.110.040.40321.187.6256.27
Hex9887920B428141838
Octal2302072220134505011070
Binary100110001000011110010010010111001010001010000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988792; }

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

 H1.HeaderClassName
 {
   color: #988792;
 }
 .AnyTagClassName
 {
   color: #988792;
 }
</style>
background-color css

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

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

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

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

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

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