#98708F

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

Shades of Mountbatten Pink #98708F

Tints of Mountbatten Pink #98708F

Color information

#98708F (or 0x98708F) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 70 and 8F. RGB value is (152,112,143). Sum of RGB (Red+Green+Blue) = 152+112+143=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #98708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98708F is #678F70. Grayscale: #7F7F7F. Windows color (decimal): -6786929 or 9400472. OLE color: 9400472.

HSL color Cylindrical-coordinate representation of color #98708F: hue angle of 313.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98708F is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB152112143-
CMYK00.260.060.40
HSL313.5º16.26%51.76%-
HSV(B)313.5º26.32%59.61%-
XYZ23.720.2528.65-
YUV127.49136.75145.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 112 (44.14% from 255) = 27.52%
BLUE value IS 143 (56.25% from 255) = 35.14%
R=37.35%
G=27.52%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211214300.260.060.40313.516.2651.76
Hex98708F01A62813a1034
Octal2301602170326504722064
Binary1001100011100001000111101101011010100010011101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98708F; }

 p { color: rgb(152,112,143); }

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

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

 a { background-color: rgb(152,112,143); }

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

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

 span { border-color: rgb(152,112,143); }

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