#96828D

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

Shades of Mountbatten Pink #96828D

Tints of Mountbatten Pink #96828D

Color information

#96828D (or 0x96828D) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 82 and 8D. RGB value is (150,130,141). Sum of RGB (Red+Green+Blue) = 150+130+141=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #96828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96828D is #697D72. Grayscale: #898989. Windows color (decimal): -6913395 or 9274006. OLE color: 9274006.

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

Color convert

RGB150130141-
CMYK00.130.060.41
HSL327º8.7%54.9%-
HSV(B)327º13.33%58.82%-
XYZ25.3724.3728.57-
YUV137.23130.13137.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=35.63%
G=30.88%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013014100.130.060.413278.754.9
Hex96828D0D629147937
Octal2262022150156515071167
Binary100101101000001010001101011011101010011010001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,130,141); }

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

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

 a { background-color: rgb(150,130,141); }

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

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

 span { border-color: rgb(150,130,141); }

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