#98758C

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

Shades of Mountbatten Pink #98758C

Tints of Mountbatten Pink #98758C

Color information

#98758C (or 0x98758C) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 75 and 8C. RGB value is (152,117,140). Sum of RGB (Red+Green+Blue) = 152+117+140=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #98758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98758C is #678A73. Grayscale: #828282. Windows color (decimal): -6785652 or 9205144. OLE color: 9205144.

HSL color Cylindrical-coordinate representation of color #98758C: hue angle of 320.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98758C is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB152117140-
CMYK00.230.080.40
HSL320.57º14.52%52.75%-
HSV(B)320.57º23.03%59.61%-
XYZ24.0421.2927.65-
YUV130.09133.6143.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.16%
GREEN value IS 117 (46.09% from 255) = 28.61%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=37.16%
G=28.61%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211714000.230.080.40320.5714.5252.75
Hex98758C017828141f35
Octal23016521402710505011765
Binary1001100011101011000110001011110001010001010000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98758C; }

 p { color: rgb(152,117,140); }

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

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

 a { background-color: rgb(152,117,140); }

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

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

 span { border-color: rgb(152,117,140); }

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