#98758B

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

Shades of Mountbatten Pink #98758B

Tints of Mountbatten Pink #98758B

Color information

#98758B (or 0x98758B) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 75 and 8B. RGB value is (152,117,139). Sum of RGB (Red+Green+Blue) = 152+117+139=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #98758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98758B is #678A74. Grayscale: #818181. Windows color (decimal): -6785653 or 9139608. OLE color: 9139608.

HSL color Cylindrical-coordinate representation of color #98758B: hue angle of 322.29º 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 #98758B is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB152117139-
CMYK00.230.090.40
HSL322.29º14.52%52.75%-
HSV(B)322.29º23.03%59.61%-
XYZ23.9721.2627.27-
YUV129.97133.1143.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=37.25%
G=28.68%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211713900.230.090.40322.2914.5252.75
Hex98758B017928142f35
Octal23016521302711505021765
Binary1001100011101011000101101011110011010001010000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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