#97838D

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

Shades of Mountbatten Pink #97838D

Tints of Mountbatten Pink #97838D

Color information

#97838D (or 0x97838D) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 83 and 8D. RGB value is (151,131,141). Sum of RGB (Red+Green+Blue) = 151+131+141=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 151 - color contains mainly: red. Hex color #97838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97838D is #687C72. Grayscale: #8A8A8A. Windows color (decimal): -6847603 or 9274263. OLE color: 9274263.

HSL color Cylindrical-coordinate representation of color #97838D: hue angle of 330º degrees, saturation: 0.09, 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 #97838D is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB151131141-
CMYK00.130.070.41
HSL330º8.77%55.29%-
HSV(B)330º13.25%59.22%-
XYZ25.6924.7328.62-
YUV138.12129.63137.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=35.70%
G=30.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113114100.130.070.413308.7755.29
Hex97838D0D72914a937
Octal2272032150157515121167
Binary100101111000001110001101011011111010011010010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97838D; }

 p { color: rgb(151,131,141); }

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

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

 a { background-color: rgb(151,131,141); }

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

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

 span { border-color: rgb(151,131,141); }

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