#96828B

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

Shades of Mountbatten Pink #96828B

Tints of Mountbatten Pink #96828B

Color information

#96828B (or 0x96828B) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 82 and 8B. RGB value is (150,130,139). Sum of RGB (Red+Green+Blue) = 150+130+139=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 150 - color contains mainly: red. Hex color #96828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96828B is #697D74. Grayscale: #888888. Windows color (decimal): -6913397 or 9142934. OLE color: 9142934.

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

Color convert

RGB150130139-
CMYK00.130.070.41
HSL333º8.7%54.9%-
HSV(B)333º13.33%58.82%-
XYZ25.2224.3127.79-
YUV137.01129.13137.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=35.80%
G=31.03%
B=33.17%

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
Decimal15013013900.130.070.413338.754.9
Hex96828B0D72914d937
Octal2262022130157515151167
Binary100101101000001010001011011011111010011010011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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