#988293

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

Shades of Mountbatten Pink #988293

Tints of Mountbatten Pink #988293

Color information

#988293 (or 0x988293) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 82 and 93. RGB value is (152,130,147). Sum of RGB (Red+Green+Blue) = 152+130+147=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 152 - color contains mainly: red. Hex color #988293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988293 is #677D6C. Grayscale: #8A8A8A. Windows color (decimal): -6782317 or 9667224. OLE color: 9667224.

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

Color convert

RGB152130147-
CMYK00.140.030.40
HSL313.64º9.65%55.29%-
HSV(B)313.64º14.47%59.61%-
XYZ26.224.7531-
YUV138.52132.79137.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.43%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 147 (57.81% from 255) = 34.27%
R=35.43%
G=30.30%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213014700.140.030.40313.649.6555.29
Hex9882930E32813aa37
Octal2302022230163504721267
Binary10011000100000101001001101110111010001001110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988293; }

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

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

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

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

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

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

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

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