#927188

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

Shades of Mountbatten Pink #927188

Tints of Mountbatten Pink #927188

Color information

#927188 (or 0x927188) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 71 and 88. RGB value is (146,113,136). Sum of RGB (Red+Green+Blue) = 146+113+136=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #927188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927188 is #6D8E77. Grayscale: #7D7D7D. Windows color (decimal): -7179896 or 8941970. OLE color: 8941970.

HSL color Cylindrical-coordinate representation of color #927188: hue angle of 318.18º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #927188 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB146113136-
CMYK00.230.070.43
HSL318.18º13.15%50.78%-
HSV(B)318.18º22.6%57.25%-
XYZ22.219.725.92-
YUV125.49133.93142.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 136 (53.52% from 255) = 34.43%
R=36.96%
G=28.61%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611313600.230.070.43318.1813.1550.78
Hex92718801772B13ed33
Octal2221612100277534761563
Binary100100101110001100010000101111111010111001111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927188; }

 p { color: rgb(146,113,136); }

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

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

 a { background-color: rgb(146,113,136); }

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

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

 span { border-color: rgb(146,113,136); }

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