#957A8C

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

Shades of Mountbatten Pink #957A8C

Tints of Mountbatten Pink #957A8C

Color information

#957A8C (or 0x957A8C) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 7A and 8C. RGB value is (149,122,140). Sum of RGB (Red+Green+Blue) = 149+122+140=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #957A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957A8C is #6A8573. Grayscale: #848484. Windows color (decimal): -6980980 or 9206421. OLE color: 9206421.

HSL color Cylindrical-coordinate representation of color #957A8C: hue angle of 320º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #957A8C is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB149122140-
CMYK00.180.060.42
HSL320º11.3%53.14%-
HSV(B)320º18.12%58.43%-
XYZ24.0922.227.83-
YUV132.12132.45140.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=36.25%
G=29.68%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912214000.180.060.4232011.353.14
Hex957A8C01262A140b35
Octal2251722140226525001365
Binary100101011111010100011000100101101010101010000001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957A8C; }

 p { color: rgb(149,122,140); }

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

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

 a { background-color: rgb(149,122,140); }

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

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

 span { border-color: rgb(149,122,140); }

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