#928B8D

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

Shades of Venus #928B8D

Tints of Venus #928B8D

Color information

#928B8D (or 0x928B8D) is unknown color: approx Venus. HEX triplet: 92, 8B and 8D. RGB value is (146,139,141). Sum of RGB (Red+Green+Blue) = 146+139+141=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 146 - color contains mainly: red. Hex color #928B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928B8D is #6D7472. Grayscale: #8D8D8D. Windows color (decimal): -7173235 or 9276306. OLE color: 9276306.

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

Color convert

RGB146139141-
CMYK00.050.030.43
HSL342.86º3.11%55.88%-
HSV(B)342.86º4.79%57.25%-
XYZ25.8926.528.95-
YUV141.32127.82131.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=34.27%
G=32.63%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613914100.050.030.43342.863.1155.88
Hex928B8D0532B157338
Octal22221321505353527370
Binary10010010100010111000110101011110101110101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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