#95758B

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

Shades of Mountbatten Pink #95758B

Tints of Mountbatten Pink #95758B

Color information

#95758B (or 0x95758B) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 75 and 8B. RGB value is (149,117,139). Sum of RGB (Red+Green+Blue) = 149+117+139=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #95758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95758B is #6A8A74. Grayscale: #818181. Windows color (decimal): -6982261 or 9139605. OLE color: 9139605.

HSL color Cylindrical-coordinate representation of color #95758B: hue angle of 318.75º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95758B is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB149117139-
CMYK00.210.070.42
HSL318.75º13.11%52.16%-
HSV(B)318.75º21.48%58.43%-
XYZ23.4220.9827.24-
YUV129.08133.6142.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.79%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=36.79%
G=28.89%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911713900.210.070.42318.7513.1152.16
Hex95758B01572A13fd34
Octal2251652130257524771564
Binary100101011110101100010110101011111010101001111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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