#927E87

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

Shades of Venus #927E87

Tints of Venus #927E87

Color information

#927E87 (or 0x927E87) is unknown color: approx Venus. HEX triplet: 92, 7E and 87. RGB value is (146,126,135). Sum of RGB (Red+Green+Blue) = 146+126+135=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 146 - color contains mainly: red. Hex color #927E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927E87 is #6D8178. Grayscale: #848484. Windows color (decimal): -7176569 or 8879762. OLE color: 8879762.

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

Color convert

RGB146126135-
CMYK00.140.080.43
HSL333º8.4%53.33%-
HSV(B)333º13.7%57.25%-
XYZ23.6922.7826.07-
YUV133.01129.13137.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.87%
GREEN value IS 126 (49.61% from 255) = 30.96%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=35.87%
G=30.96%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612613500.140.080.433338.453.33
Hex927E870E82B14d835
Octal22217620701610535151065
Binary100100101111110100001110111010001010111010011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,126,135); }

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

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

 a { background-color: rgb(146,126,135); }

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

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

 span { border-color: rgb(146,126,135); }

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