#927989

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

Shades of Mountbatten Pink #927989

Tints of Mountbatten Pink #927989

Color information

#927989 (or 0x927989) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 79 and 89. RGB value is (146,121,137). Sum of RGB (Red+Green+Blue) = 146+121+137=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 146 - color contains mainly: red. Hex color #927989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927989 is #6D8676. Grayscale: #828282. Windows color (decimal): -7177847 or 9009554. OLE color: 9009554.

HSL color Cylindrical-coordinate representation of color #927989: hue angle of 321.6º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #927989 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB146121137-
CMYK00.170.060.43
HSL321.6º10.29%52.35%-
HSV(B)321.6º17.12%57.25%-
XYZ23.2121.5926.61-
YUV130.3131.78139.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.14%
GREEN value IS 121 (47.66% from 255) = 29.95%
BLUE value IS 137 (53.91% from 255) = 33.91%
R=36.14%
G=29.95%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612113700.170.060.43321.610.2952.35
Hex92798901162B142a34
Octal2221712110216535021264
Binary100100101111001100010010100011101010111010000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927989; }

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

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

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

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

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

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

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

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