#927688

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

Shades of Mountbatten Pink #927688

Tints of Mountbatten Pink #927688

Color information

#927688 (or 0x927688) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 76 and 88. RGB value is (146,118,136). Sum of RGB (Red+Green+Blue) = 146+118+136=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 146 - color contains mainly: red. Hex color #927688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927688 is #6D8977. Grayscale: #808080. Windows color (decimal): -7178616 or 8943250. OLE color: 8943250.

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

Color convert

RGB146118136-
CMYK00.190.070.43
HSL321.43º11.38%51.76%-
HSV(B)321.43º19.18%57.25%-
XYZ22.7820.8526.12-
YUV128.42132.28140.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.5%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 136 (53.52% from 255) = 34%
R=36.5%
G=29.5%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611813600.190.070.43321.4311.3851.76
Hex92768801372B141b34
Octal2221662100237535011364
Binary100100101110110100010000100111111010111010000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927688; }

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

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

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

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

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

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

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

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