#977488

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

Shades of Mountbatten Pink #977488

Tints of Mountbatten Pink #977488

Color information

#977488 (or 0x977488) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 74 and 88. RGB value is (151,116,136). Sum of RGB (Red+Green+Blue) = 151+116+136=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #977488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977488 is #688B77. Grayscale: #808080. Windows color (decimal): -6851448 or 8942743. OLE color: 8942743.

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

Color convert

RGB151116136-
CMYK00.230.100.41
HSL325.71º14.4%52.35%-
HSV(B)325.71º23.18%59.22%-
XYZ23.4520.8526.08-
YUV128.74132.1143.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.47%
GREEN value IS 116 (45.70% from 255) = 28.78%
BLUE value IS 136 (53.52% from 255) = 33.75%
R=37.47%
G=28.78%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111613600.230.100.41325.7114.452.35
Hex977488017A29146e34
Octal22716421002712515061664
Binary1001011111101001000100001011110101010011010001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977488; }

 p { color: rgb(151,116,136); }

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

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

 a { background-color: rgb(151,116,136); }

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

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

 span { border-color: rgb(151,116,136); }

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