#927984

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

Shades of Venus #927984

Tints of Venus #927984

Color information

#927984 (or 0x927984) is unknown color: approx Venus. HEX triplet: 92, 79 and 84. RGB value is (146,121,132). Sum of RGB (Red+Green+Blue) = 146+121+132=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #927984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927984 is #6D867B. Grayscale: #818181. Windows color (decimal): -7177852 or 8681874. OLE color: 8681874.

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

Color convert

RGB146121132-
CMYK00.170.100.43
HSL333.6º10.29%52.35%-
HSV(B)333.6º17.12%57.25%-
XYZ22.8621.4524.77-
YUV129.73129.28139.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=36.59%
G=30.33%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612113200.170.100.43333.610.2952.35
Hex927984011A2B14ea34
Octal22217120402112535161264
Binary1001001011110011000010001000110101010111010011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927984; }

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

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

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

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

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

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

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

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