#988993

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

Shades of Mountbatten Pink #988993

Tints of Mountbatten Pink #988993

Color information

#988993 (or 0x988993) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 89 and 93. RGB value is (152,137,147). Sum of RGB (Red+Green+Blue) = 152+137+147=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 152 - color contains mainly: red. Hex color #988993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988993 is #67766C. Grayscale: #8E8E8E. Windows color (decimal): -6780525 or 9669016. OLE color: 9669016.

HSL color Cylindrical-coordinate representation of color #988993: hue angle of 320º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #988993 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB152137147-
CMYK00.100.030.40
HSL320º6.79%56.67%-
HSV(B)320º9.87%59.61%-
XYZ27.1626.6731.32-
YUV142.62130.47134.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=34.86%
G=31.42%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213714700.100.030.403206.7956.67
Hex9889930A328140739
Octal230211223012350500771
Binary1001100010001001100100110101011101000101000000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988993; }

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

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

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

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

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

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

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

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