#977893

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

Shades of Mountbatten Pink #977893

Tints of Mountbatten Pink #977893

Color information

#977893 (or 0x977893) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 78 and 93. RGB value is (151,120,147). Sum of RGB (Red+Green+Blue) = 151+120+147=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 151 - color contains mainly: red. Hex color #977893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977893 is #68876C. Grayscale: #848484. Windows color (decimal): -6850413 or 9664663. OLE color: 9664663.

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

Color convert

RGB151120147-
CMYK00.210.030.41
HSL307.74º12.97%53.14%-
HSV(B)307.74º20.53%59.22%-
XYZ24.7522.1230.57-
YUV132.35136.27141.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.12%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=36.12%
G=28.71%
B=35.17%

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
Decimal15112014700.210.030.41307.7412.9753.14
Hex977893015329134d35
Octal2271702230253514641565
Binary10010111111100010010011010101111010011001101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977893; }

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

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

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

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

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

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

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

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