#988290

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

Shades of Mountbatten Pink #988290

Tints of Mountbatten Pink #988290

Color information

#988290 (or 0x988290) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 82 and 90. RGB value is (152,130,144). Sum of RGB (Red+Green+Blue) = 152+130+144=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 152 - color contains mainly: red. Hex color #988290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988290 is #677D6F. Grayscale: #8A8A8A. Windows color (decimal): -6782320 or 9470616. OLE color: 9470616.

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

Color convert

RGB152130144-
CMYK00.140.050.40
HSL321.82º9.65%55.29%-
HSV(B)321.82º14.47%59.61%-
XYZ25.9724.6529.78-
YUV138.17131.29137.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.68%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 144 (56.64% from 255) = 33.80%
R=35.68%
G=30.52%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213014400.140.050.40321.829.6555.29
Hex9882900E528142a37
Octal2302022200165505021267
Binary100110001000001010010000011101011010001010000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988290; }

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

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

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

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

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

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

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

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