#998094

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

Shades of Mountbatten Pink #998094

Tints of Mountbatten Pink #998094

Color information

#998094 (or 0x998094) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 80 and 94. RGB value is (153,128,148). Sum of RGB (Red+Green+Blue) = 153+128+148=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #998094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998094 is #667F6B. Grayscale: #898989. Windows color (decimal): -6717292 or 9732249. OLE color: 9732249.

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

Color convert

RGB153128148-
CMYK00.160.030.4
HSL312º10.92%55.1%-
HSV(B)312º16.34%60%-
XYZ26.224.3531.34-
YUV137.76133.78138.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=35.66%
G=29.84%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312814800.160.030.431210.9255.1
Hex998094010328138b37
Octal2312002240203504701367
Binary100110011000000010010100010000111010001001110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998094; }

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

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

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

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

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

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

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

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