#9B8792

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

Shades of Mountbatten Pink #9B8792

Tints of Mountbatten Pink #9B8792

Color information

#9B8792 (or 0x9B8792) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 87 and 92. RGB value is (155,135,146). Sum of RGB (Red+Green+Blue) = 155+135+146=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8792 is #64786D. Grayscale: #8E8E8E. Windows color (decimal): -6584430 or 9602971. OLE color: 9602971.

HSL color Cylindrical-coordinate representation of color #9B8792: hue angle of 327º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B8792 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB155135146-
CMYK00.130.060.39
HSL327º9.09%56.86%-
HSV(B)327º12.9%60.78%-
XYZ27.3726.3730.84-
YUV142.23130.13137.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.55%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 146 (57.42% from 255) = 33.49%
R=35.55%
G=30.96%
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.39
SystemRedGreenBlueCMYKHSL
Decimal15513514600.130.060.393279.0956.86
Hex9B87920D627147939
Octal2332072220156475071171
Binary100110111000011110010010011011101001111010001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8792; }

 p { color: rgb(155,135,146); }

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

<style>
 a { background-color: #9B8792; }

 a { background-color: rgb(155,135,146); }

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

<style>
 span { border-color: #9B8792; }

 span { border-color: rgb(155,135,146); }

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