#96828C

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

Shades of Mountbatten Pink #96828C

Tints of Mountbatten Pink #96828C

Color information

#96828C (or 0x96828C) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 82 and 8C. RGB value is (150,130,140). Sum of RGB (Red+Green+Blue) = 150+130+140=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #96828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96828C is #697D73. Grayscale: #898989. Windows color (decimal): -6913396 or 9208470. OLE color: 9208470.

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

Color convert

RGB150130140-
CMYK00.130.070.41
HSL330º8.7%54.9%-
HSV(B)330º13.33%58.82%-
XYZ25.2924.3428.18-
YUV137.12129.63137.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 140 (55.08% from 255) = 33.33%
R=35.71%
G=30.95%
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
Decimal15013014000.130.070.413308.754.9
Hex96828C0D72914a937
Octal2262022140157515121167
Binary100101101000001010001100011011111010011010010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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