#927689

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

Shades of Mountbatten Pink #927689

Tints of Mountbatten Pink #927689

Color information

#927689 (or 0x927689) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 76 and 89. RGB value is (146,118,137). Sum of RGB (Red+Green+Blue) = 146+118+137=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 146 - color contains mainly: red. Hex color #927689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927689 is #6D8976. Grayscale: #808080. Windows color (decimal): -7178615 or 9008786. OLE color: 9008786.

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

Color convert

RGB146118137-
CMYK00.190.060.43
HSL319.29º11.38%51.76%-
HSV(B)319.29º19.18%57.25%-
XYZ22.8520.8726.49-
YUV128.54132.78140.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.41%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=36.41%
G=29.43%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611813700.190.060.43319.2911.3851.76
Hex92768901362B13fb34
Octal2221662110236534771364
Binary100100101110110100010010100111101010111001111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927689; }

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

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

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

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

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

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

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

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