#988395

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

Shades of Mountbatten Pink #988395

Tints of Mountbatten Pink #988395

Color information

#988395 (or 0x988395) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 83 and 95. RGB value is (152,131,149). Sum of RGB (Red+Green+Blue) = 152+131+149=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 152 - color contains mainly: red. Hex color #988395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988395 is #677C6A. Grayscale: #8B8B8B. Windows color (decimal): -6782059 or 9798552. OLE color: 9798552.

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

Color convert

RGB152131149-
CMYK00.140.020.40
HSL308.57º9.25%55.49%-
HSV(B)308.57º13.82%59.61%-
XYZ26.4925.0831.88-
YUV139.33133.46137.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.19%
GREEN value IS 131 (51.56% from 255) = 30.32%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=35.19%
G=30.32%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213114900.140.020.40308.579.2555.49
Hex9883950E228135937
Octal2302032250162504651167
Binary10011000100000111001010101110101010001001101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988395; }

 p { color: rgb(152,131,149); }

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

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

 a { background-color: rgb(152,131,149); }

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

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

 span { border-color: rgb(152,131,149); }

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