#927488

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

Shades of Mountbatten Pink #927488

Tints of Mountbatten Pink #927488

Color information

#927488 (or 0x927488) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 74 and 88. RGB value is (146,116,136). Sum of RGB (Red+Green+Blue) = 146+116+136=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #927488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927488 is #6D8B77. Grayscale: #7F7F7F. Windows color (decimal): -7179128 or 8942738. OLE color: 8942738.

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

Color convert

RGB146116136-
CMYK00.210.070.43
HSL320º12.1%51.37%-
HSV(B)320º20.55%57.25%-
XYZ22.5420.3826.04-
YUV127.25132.94141.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.68%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=36.68%
G=29.15%
B=34.17%

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
Decimal14611613600.210.070.4332012.151.37
Hex92748801572B140c33
Octal2221642100257535001463
Binary100100101110100100010000101011111010111010000001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927488; }

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

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

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

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

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

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

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

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