#92838B

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

Shades of Mountbatten Pink #92838B

Tints of Mountbatten Pink #92838B

Color information

#92838B (or 0x92838B) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 83 and 8B. RGB value is (146,131,139). Sum of RGB (Red+Green+Blue) = 146+131+139=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 146 - color contains mainly: red. Hex color #92838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92838B is #6D7C74. Grayscale: #888888. Windows color (decimal): -7175285 or 9143186. OLE color: 9143186.

HSL color Cylindrical-coordinate representation of color #92838B: hue angle of 328º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #92838B is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB146131139-
CMYK00.100.050.43
HSL328º6.44%54.31%-
HSV(B)328º10.27%57.25%-
XYZ24.6324.2127.8-
YUV136.4129.47134.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.10%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=35.10%
G=31.49%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613113900.100.050.433286.4454.31
Hex92838B0A52B148636
Octal222203213012553510666
Binary10010010100000111000101101010101101011101001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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