#927490

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

Shades of Mountbatten Pink #927490

Tints of Mountbatten Pink #927490

Color information

#927490 (or 0x927490) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 74 and 90. RGB value is (146,116,144). Sum of RGB (Red+Green+Blue) = 146+116+144=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 146 - color contains mainly: red. Hex color #927490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927490 is #6D8B6F. Grayscale: #808080. Windows color (decimal): -7179120 or 9467026. OLE color: 9467026.

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

Color convert

RGB146116144-
CMYK00.210.010.43
HSL304º12.1%51.37%-
HSV(B)304º20.55%57.25%-
XYZ23.1320.6229.15-
YUV128.16136.94140.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.96%
GREEN value IS 116 (45.70% from 255) = 28.57%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=35.96%
G=28.57%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611614400.210.010.4330412.151.37
Hex92749001512B130c33
Octal2221642200251534601463
Binary1001001011101001001000001010111010111001100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927490; }

 p { color: rgb(146,116,144); }

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

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

 a { background-color: rgb(146,116,144); }

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

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

 span { border-color: rgb(146,116,144); }

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