#977592

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

Shades of Mountbatten Pink #977592

Tints of Mountbatten Pink #977592

Color information

#977592 (or 0x977592) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 75 and 92. RGB value is (151,117,146). Sum of RGB (Red+Green+Blue) = 151+117+146=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 151 - color contains mainly: red. Hex color #977592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977592 is #688A6D. Grayscale: #828282. Windows color (decimal): -6851182 or 9598359. OLE color: 9598359.

HSL color Cylindrical-coordinate representation of color #977592: hue angle of 308.82º 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 #977592 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB151117146-
CMYK00.230.030.41
HSL308.82º14.05%52.55%-
HSV(B)308.82º22.52%59.22%-
XYZ24.3121.3830.04-
YUV130.47136.76142.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.47%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=36.47%
G=28.26%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111714600.230.030.41308.8214.0552.55
Hex977592017329135e35
Octal2271652220273514651665
Binary10010111111010110010010010111111010011001101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977592; }

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

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

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

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

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

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

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

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