#928D8F

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

Shades of Venus #928D8F

Tints of Venus #928D8F

Color information

#928D8F (or 0x928D8F) is unknown color: approx Venus. HEX triplet: 92, 8D and 8F. RGB value is (146,141,143). Sum of RGB (Red+Green+Blue) = 146+141+143=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 146 - color contains mainly: red. Hex color #928D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928D8F is #6D7270. Grayscale: #8E8E8E. Windows color (decimal): -7172721 or 9407890. OLE color: 9407890.

HSL color Cylindrical-coordinate representation of color #928D8F: hue angle of 336º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #928D8F is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB146141143-
CMYK00.030.020.43
HSL336º2.24%56.27%-
HSV(B)336º3.42%57.25%-
XYZ26.3427.1429.84-
YUV142.72128.16130.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.95%
GREEN value IS 141 (55.47% from 255) = 32.79%
BLUE value IS 143 (56.25% from 255) = 33.26%
R=33.95%
G=32.79%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614114300.030.020.433362.2456.27
Hex928D8F0322B150238
Octal22221521703253520270
Binary1001001010001101100011110111010101110101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928D8F; }

 p { color: rgb(146,141,143); }

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

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

 a { background-color: rgb(146,141,143); }

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

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

 span { border-color: rgb(146,141,143); }

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