#928085

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

Shades of Venus #928085

Tints of Venus #928085

Color information

#928085 (or 0x928085) is unknown color: approx Venus. HEX triplet: 92, 80 and 85. RGB value is (146,128,133). Sum of RGB (Red+Green+Blue) = 146+128+133=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 146 - color contains mainly: red. Hex color #928085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928085 is #6D7F7A. Grayscale: #858585. Windows color (decimal): -7176059 or 8749202. OLE color: 8749202.

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

Color convert

RGB146128133-
CMYK00.120.090.43
HSL343.33º7.63%53.73%-
HSV(B)343.33º12.33%57.25%-
XYZ23.8123.2425.42-
YUV133.95127.46136.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.87%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=35.87%
G=31.45%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612813300.120.090.43343.337.6353.73
Hex9280850C92B157836
Octal22220020501411535271066
Binary1001001010000000100001010110010011010111010101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928085; }

 p { color: rgb(146,128,133); }

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

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

 a { background-color: rgb(146,128,133); }

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

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

 span { border-color: rgb(146,128,133); }

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