#97848F

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

Shades of Mountbatten Pink #97848F

Tints of Mountbatten Pink #97848F

Color information

#97848F (or 0x97848F) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 84 and 8F. RGB value is (151,132,143). Sum of RGB (Red+Green+Blue) = 151+132+143=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 151 - color contains mainly: red. Hex color #97848F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97848F is #687B70. Grayscale: #8A8A8A. Windows color (decimal): -6847345 or 9405591. OLE color: 9405591.

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

Color convert

RGB151132143-
CMYK00.130.050.41
HSL325.26º8.37%55.49%-
HSV(B)325.26º12.58%59.22%-
XYZ25.9725.0729.46-
YUV138.94130.29136.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.45%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=35.45%
G=30.99%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113214300.130.050.41325.268.3755.49
Hex97848F0D529145837
Octal2272042170155515051067
Binary100101111000010010001111011011011010011010001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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