#927985

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

Shades of Venus #927985

Tints of Venus #927985

Color information

#927985 (or 0x927985) is unknown color: approx Venus. HEX triplet: 92, 79 and 85. RGB value is (146,121,133). Sum of RGB (Red+Green+Blue) = 146+121+133=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 146 - color contains mainly: red. Hex color #927985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927985 is #6D867A. Grayscale: #818181. Windows color (decimal): -7177851 or 8747410. OLE color: 8747410.

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

Color convert

RGB146121133-
CMYK00.170.090.43
HSL331.2º10.29%52.35%-
HSV(B)331.2º17.12%57.25%-
XYZ22.9321.4825.13-
YUV129.84129.78139.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.5%
GREEN value IS 121 (47.66% from 255) = 30.25%
BLUE value IS 133 (52.34% from 255) = 33.25%
R=36.5%
G=30.25%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612113300.170.090.43331.210.2952.35
Hex92798501192B14ba34
Octal22217120502111535131264
Binary1001001011110011000010101000110011010111010010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927985; }

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

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

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

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

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

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

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

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