#92748B

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

Shades of Mountbatten Pink #92748B

Tints of Mountbatten Pink #92748B

Color information

#92748B (or 0x92748B) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 74 and 8B. RGB value is (146,116,139). Sum of RGB (Red+Green+Blue) = 146+116+139=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 146 - color contains mainly: red. Hex color #92748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92748B is #6D8B74. Grayscale: #7F7F7F. Windows color (decimal): -7179125 or 9139346. OLE color: 9139346.

HSL color Cylindrical-coordinate representation of color #92748B: hue angle of 314º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #92748B is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB146116139-
CMYK00.210.050.43
HSL314º12.1%51.37%-
HSV(B)314º20.55%57.25%-
XYZ22.7620.4727.18-
YUV127.59134.44141.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.41%
GREEN value IS 116 (45.70% from 255) = 28.93%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=36.41%
G=28.93%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611613900.210.050.4331412.151.37
Hex92748B01552B13ac33
Octal2221642130255534721463
Binary100100101110100100010110101011011010111001110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,116,139); }

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

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

 a { background-color: rgb(146,116,139); }

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

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

 span { border-color: rgb(146,116,139); }

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