#998894

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

Shades of Mountbatten Pink #998894

Tints of Mountbatten Pink #998894

Color information

#998894 (or 0x998894) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 88 and 94. RGB value is (153,136,148). Sum of RGB (Red+Green+Blue) = 153+136+148=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 153 - color contains mainly: red. Hex color #998894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998894 is #66776B. Grayscale: #8E8E8E. Windows color (decimal): -6715244 or 9734297. OLE color: 9734297.

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

Color convert

RGB153136148-
CMYK00.110.030.4
HSL317.65º7.69%56.67%-
HSV(B)317.65º11.11%60%-
XYZ27.2926.5231.7-
YUV142.45131.13135.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.01%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=35.01%
G=31.12%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313614800.110.030.4317.657.6956.67
Hex9988940B32813e839
Octal2312102240133504761071
Binary10011001100010001001010001011111010001001111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998894; }

 p { color: rgb(153,136,148); }

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

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

 a { background-color: rgb(153,136,148); }

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

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

 span { border-color: rgb(153,136,148); }

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