#927588

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

Shades of Mountbatten Pink #927588

Tints of Mountbatten Pink #927588

Color information

#927588 (or 0x927588) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 75 and 88. RGB value is (146,117,136). Sum of RGB (Red+Green+Blue) = 146+117+136=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #927588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927588 is #6D8A77. Grayscale: #7F7F7F. Windows color (decimal): -7178872 or 8942994. OLE color: 8942994.

HSL color Cylindrical-coordinate representation of color #927588: hue angle of 320.69º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #927588 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB146117136-
CMYK00.200.070.43
HSL320.69º11.74%51.57%-
HSV(B)320.69º19.86%57.25%-
XYZ22.6620.6126.08-
YUV127.84132.61140.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=36.59%
G=29.32%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611713600.200.070.43320.6911.7451.57
Hex92758801472B141c34
Octal2221652100247535011464
Binary100100101110101100010000101001111010111010000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927588; }

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

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

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

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

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

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

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

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