#988292

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

Shades of Mountbatten Pink #988292

Tints of Mountbatten Pink #988292

Color information

#988292 (or 0x988292) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 82 and 92. RGB value is (152,130,146). Sum of RGB (Red+Green+Blue) = 152+130+146=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 152 - color contains mainly: red. Hex color #988292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988292 is #677D6D. Grayscale: #8A8A8A. Windows color (decimal): -6782318 or 9601688. OLE color: 9601688.

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

Color convert

RGB152130146-
CMYK00.140.040.40
HSL316.36º9.65%55.29%-
HSV(B)316.36º14.47%59.61%-
XYZ26.1224.7230.59-
YUV138.4132.29137.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=35.51%
G=30.37%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213014600.140.040.40316.369.6555.29
Hex9882920E42813ca37
Octal2302022220164504741267
Binary100110001000001010010010011101001010001001111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988292; }

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

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

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

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

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

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

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

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