#977892

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

Shades of Mountbatten Pink #977892

Tints of Mountbatten Pink #977892

Color information

#977892 (or 0x977892) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 78 and 92. RGB value is (151,120,146). Sum of RGB (Red+Green+Blue) = 151+120+146=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 151 - color contains mainly: red. Hex color #977892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977892 is #68876D. Grayscale: #848484. Windows color (decimal): -6850414 or 9599127. OLE color: 9599127.

HSL color Cylindrical-coordinate representation of color #977892: hue angle of 309.68º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #977892 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB151120146-
CMYK00.210.030.41
HSL309.68º12.97%53.14%-
HSV(B)309.68º20.53%59.22%-
XYZ24.6722.0930.16-
YUV132.23135.77141.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.21%
GREEN value IS 120 (47.27% from 255) = 28.78%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=36.21%
G=28.78%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112014600.210.030.41309.6812.9753.14
Hex977892015329136d35
Octal2271702220253514661565
Binary10010111111100010010010010101111010011001101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977892; }

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

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

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

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

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

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

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

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