#97758C

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

Shades of Mountbatten Pink #97758C

Tints of Mountbatten Pink #97758C

Color information

#97758C (or 0x97758C) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 75 and 8C. RGB value is (151,117,140). Sum of RGB (Red+Green+Blue) = 151+117+140=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 151 - color contains mainly: red. Hex color #97758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97758C is #688A73. Grayscale: #818181. Windows color (decimal): -6851188 or 9205143. OLE color: 9205143.

HSL color Cylindrical-coordinate representation of color #97758C: hue angle of 319.41º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97758C is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB151117140-
CMYK00.230.070.41
HSL319.41º14.05%52.55%-
HSV(B)319.41º22.52%59.22%-
XYZ23.8621.227.64-
YUV129.79133.76143.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.01%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=37.01%
G=28.68%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111714000.230.070.41319.4114.0552.55
Hex97758C01772913fe35
Octal2271652140277514771665
Binary100101111110101100011000101111111010011001111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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