#927589

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

Shades of Mountbatten Pink #927589

Tints of Mountbatten Pink #927589

Color information

#927589 (or 0x927589) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 75 and 89. RGB value is (146,117,137). Sum of RGB (Red+Green+Blue) = 146+117+137=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 146 - color contains mainly: red. Hex color #927589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927589 is #6D8A76. Grayscale: #7F7F7F. Windows color (decimal): -7178871 or 9008530. OLE color: 9008530.

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

Color convert

RGB146117137-
CMYK00.200.060.43
HSL318.62º11.74%51.57%-
HSV(B)318.62º19.86%57.25%-
XYZ22.7320.6426.45-
YUV127.95133.11140.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.5%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 137 (53.91% from 255) = 34.25%
R=36.5%
G=29.25%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611713700.200.060.43318.6211.7451.57
Hex92758901462B13fc34
Octal2221652110246534771464
Binary100100101110101100010010101001101010111001111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927589; }

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

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

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

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

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

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

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

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