#977393

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

Shades of Mountbatten Pink #977393

Tints of Mountbatten Pink #977393

Color information

#977393 (or 0x977393) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 73 and 93. RGB value is (151,115,147). Sum of RGB (Red+Green+Blue) = 151+115+147=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 151 - color contains mainly: red. Hex color #977393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977393 is #688C6C. Grayscale: #818181. Windows color (decimal): -6851693 or 9663383. OLE color: 9663383.

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

Color convert

RGB151115147-
CMYK00.240.030.41
HSL306.67º14.75%52.16%-
HSV(B)306.67º23.84%59.22%-
XYZ24.1620.9530.37-
YUV129.41137.93143.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.56%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=36.56%
G=27.85%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111514700.240.030.41306.6714.7552.16
Hex977393018329133f34
Octal2271632230303514631764
Binary10010111111001110010011011000111010011001100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977393; }

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

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

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

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

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

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

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

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