#977389

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

Shades of Mountbatten Pink #977389

Tints of Mountbatten Pink #977389

Color information

#977389 (or 0x977389) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 73 and 89. RGB value is (151,115,137). Sum of RGB (Red+Green+Blue) = 151+115+137=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #977389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977389 is #688C76. Grayscale: #808080. Windows color (decimal): -6851703 or 9008023. OLE color: 9008023.

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

Color convert

RGB151115137-
CMYK00.240.090.41
HSL323.33º14.75%52.16%-
HSV(B)323.33º23.84%59.22%-
XYZ23.4120.6526.42-
YUV128.27132.93144.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.47%
GREEN value IS 115 (45.31% from 255) = 28.54%
BLUE value IS 137 (53.91% from 255) = 34.00%
R=37.47%
G=28.54%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111513700.240.090.41323.3314.7552.16
Hex977389018929143f34
Octal22716321103011515031764
Binary1001011111100111000100101100010011010011010000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977389; }

 p { color: rgb(151,115,137); }

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

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

 a { background-color: rgb(151,115,137); }

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

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

 span { border-color: rgb(151,115,137); }

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