#928086

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

Shades of Venus #928086

Tints of Venus #928086

Color information

#928086 (or 0x928086) is unknown color: approx Venus. HEX triplet: 92, 80 and 86. RGB value is (146,128,134). Sum of RGB (Red+Green+Blue) = 146+128+134=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 146 - color contains mainly: red. Hex color #928086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928086 is #6D7F79. Grayscale: #868686. Windows color (decimal): -7176058 or 8814738. OLE color: 8814738.

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

Color convert

RGB146128134-
CMYK00.120.080.43
HSL340º7.63%53.73%-
HSV(B)340º12.33%57.25%-
XYZ23.8823.2725.79-
YUV134.07127.96136.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.78%
GREEN value IS 128 (50.39% from 255) = 31.37%
BLUE value IS 134 (52.73% from 255) = 32.84%
R=35.78%
G=31.37%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612813400.120.080.433407.6353.73
Hex9280860C82B154836
Octal22220020601410535241066
Binary1001001010000000100001100110010001010111010101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928086; }

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

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

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

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

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

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

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

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