#977590

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

Shades of Mountbatten Pink #977590

Tints of Mountbatten Pink #977590

Color information

#977590 (or 0x977590) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 75 and 90. RGB value is (151,117,144). Sum of RGB (Red+Green+Blue) = 151+117+144=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 151 - color contains mainly: red. Hex color #977590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977590 is #688A6F. Grayscale: #828282. Windows color (decimal): -6851184 or 9467287. OLE color: 9467287.

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

Color convert

RGB151117144-
CMYK00.230.050.41
HSL312.35º14.05%52.55%-
HSV(B)312.35º22.52%59.22%-
XYZ24.1621.3229.23-
YUV130.24135.76142.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.65%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 144 (56.64% from 255) = 34.95%
R=36.65%
G=28.40%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111714400.230.050.41312.3514.0552.55
Hex977590017529138e35
Octal2271652200275514701665
Binary100101111110101100100000101111011010011001110001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977590; }

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

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

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

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

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

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

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

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