#928789

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

Shades of Venus #928789

Tints of Venus #928789

Color information

#928789 (or 0x928789) is unknown color: approx Venus. HEX triplet: 92, 87 and 89. RGB value is (146,135,137). Sum of RGB (Red+Green+Blue) = 146+135+137=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 146 - color contains mainly: red. Hex color #928789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928789 is #6D7876. Grayscale: #8A8A8A. Windows color (decimal): -7174263 or 9013138. OLE color: 9013138.

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

Color convert

RGB146135137-
CMYK00.080.060.43
HSL349.09º4.8%55.1%-
HSV(B)349.09º7.53%57.25%-
XYZ25.0325.2527.22-
YUV138.52127.14133.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 137 (53.91% from 255) = 32.78%
R=34.93%
G=32.30%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613513700.080.060.43349.094.855.1
Hex9287890862B15d537
Octal222207211010653535567
Binary10010010100001111000100101000110101011101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928789; }

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

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

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

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

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

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

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

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