#928B8E

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

Shades of Venus #928B8E

Tints of Venus #928B8E

Color information

#928B8E (or 0x928B8E) is unknown color: approx Venus. HEX triplet: 92, 8B and 8E. RGB value is (146,139,142). Sum of RGB (Red+Green+Blue) = 146+139+142=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 146 - color contains mainly: red. Hex color #928B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928B8E is #6D7471. Grayscale: #8D8D8D. Windows color (decimal): -7173234 or 9341842. OLE color: 9341842.

HSL color Cylindrical-coordinate representation of color #928B8E: hue angle of 334.29º 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 #928B8E is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB146139142-
CMYK00.050.030.43
HSL334.29º3.11%55.88%-
HSV(B)334.29º4.79%57.25%-
XYZ25.9726.5329.34-
YUV141.43128.32131.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.19%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=34.19%
G=32.55%
B=33.26%

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
Decimal14613914200.050.030.43334.293.1155.88
Hex928B8E0532B14e338
Octal22221321605353516370
Binary10010010100010111000111001011110101110100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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