#96858F

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

Shades of Mountbatten Pink #96858F

Tints of Mountbatten Pink #96858F

Color information

#96858F (or 0x96858F) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 85 and 8F. RGB value is (150,133,143). Sum of RGB (Red+Green+Blue) = 150+133+143=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 150 - color contains mainly: red. Hex color #96858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96858F is #697A70. Grayscale: #8B8B8B. Windows color (decimal): -6912625 or 9405846. OLE color: 9405846.

HSL color Cylindrical-coordinate representation of color #96858F: hue angle of 324.71º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #96858F is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB150133143-
CMYK00.110.050.41
HSL324.71º7.49%55.49%-
HSV(B)324.71º11.33%58.82%-
XYZ25.9225.2429.49-
YUV139.22130.13135.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=35.21%
G=31.22%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013314300.110.050.41324.717.4955.49
Hex96858F0B529145737
Octal226205217013551505767
Binary10010110100001011000111101011101101001101000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96858F; }

 p { color: rgb(150,133,143); }

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

<style>
 a { background-color: #96858F; }

 a { background-color: rgb(150,133,143); }

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

<style>
 span { border-color: #96858F; }

 span { border-color: rgb(150,133,143); }

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