#927388

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

Shades of Mountbatten Pink #927388

Tints of Mountbatten Pink #927388

Color information

#927388 (or 0x927388) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 73 and 88. RGB value is (146,115,136). Sum of RGB (Red+Green+Blue) = 146+115+136=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #927388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927388 is #6D8C77. Grayscale: #7E7E7E. Windows color (decimal): -7179384 or 8942482. OLE color: 8942482.

HSL color Cylindrical-coordinate representation of color #927388: hue angle of 319.35º 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 #927388 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB146115136-
CMYK00.210.070.43
HSL319.35º12.45%51.18%-
HSV(B)319.35º21.23%57.25%-
XYZ22.4320.1526-
YUV126.66133.27141.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=36.78%
G=28.97%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611513600.210.070.43319.3512.4551.18
Hex92738801572B13fc33
Octal2221632100257534771463
Binary100100101110011100010000101011111010111001111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927388; }

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

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

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

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

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

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

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

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