#97798F

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

Shades of Mountbatten Pink #97798F

Tints of Mountbatten Pink #97798F

Color information

#97798F (or 0x97798F) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 79 and 8F. RGB value is (151,121,143). Sum of RGB (Red+Green+Blue) = 151+121+143=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 151 - color contains mainly: red. Hex color #97798F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97798F is #688670. Grayscale: #848484. Windows color (decimal): -6850161 or 9402775. OLE color: 9402775.

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

Color convert

RGB151121143-
CMYK00.200.050.41
HSL316º12.61%53.33%-
HSV(B)316º19.87%59.22%-
XYZ24.5622.2428.98-
YUV132.48133.94141.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.39%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 143 (56.25% from 255) = 34.46%
R=36.39%
G=29.16%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112114300.200.050.4131612.6153.33
Hex97798F01452913cd35
Octal2271712170245514741565
Binary100101111111001100011110101001011010011001111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97798F; }

 p { color: rgb(151,121,143); }

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

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

 a { background-color: rgb(151,121,143); }

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

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

 span { border-color: rgb(151,121,143); }

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