#97828E

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

Shades of Mountbatten Pink #97828E

Tints of Mountbatten Pink #97828E

Color information

#97828E (or 0x97828E) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 82 and 8E. RGB value is (151,130,142). Sum of RGB (Red+Green+Blue) = 151+130+142=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 151 - color contains mainly: red. Hex color #97828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97828E is #687D71. Grayscale: #898989. Windows color (decimal): -6847858 or 9339543. OLE color: 9339543.

HSL color Cylindrical-coordinate representation of color #97828E: hue angle of 325.71º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97828E is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB151130142-
CMYK00.140.060.41
HSL325.71º9.17%55.1%-
HSV(B)325.71º13.91%59.22%-
XYZ25.6324.528.97-
YUV137.65130.46137.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=35.70%
G=30.73%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113014200.140.060.41325.719.1755.1
Hex97828E0E629146937
Octal2272022160166515061167
Binary100101111000001010001110011101101010011010001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97828E; }

 p { color: rgb(151,130,142); }

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

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

 a { background-color: rgb(151,130,142); }

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

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

 span { border-color: rgb(151,130,142); }

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