#927F8A

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

Shades of Mountbatten Pink #927F8A

Tints of Mountbatten Pink #927F8A

Color information

#927F8A (or 0x927F8A) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 7F and 8A. RGB value is (146,127,138). Sum of RGB (Red+Green+Blue) = 146+127+138=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 146 - color contains mainly: red. Hex color #927F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927F8A is #6D8075. Grayscale: #858585. Windows color (decimal): -7176310 or 9076626. OLE color: 9076626.

HSL color Cylindrical-coordinate representation of color #927F8A: hue angle of 325.26º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #927F8A is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB146127138-
CMYK00.130.050.43
HSL325.26º8.02%53.53%-
HSV(B)325.26º13.01%57.25%-
XYZ24.0323.1227.24-
YUV133.94130.29136.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.52%
GREEN value IS 127 (50% from 255) = 30.90%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=35.52%
G=30.90%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612713800.130.050.43325.268.0253.53
Hex927F8A0D52B145836
Octal2221772120155535051066
Binary10010010111111110001010011011011010111010001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927F8A; }

 p { color: rgb(146,127,138); }

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

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

 a { background-color: rgb(146,127,138); }

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

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

 span { border-color: rgb(146,127,138); }

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