#928184

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

Shades of Venus #928184

Tints of Venus #928184

Color information

#928184 (or 0x928184) is unknown color: approx Venus. HEX triplet: 92, 81 and 84. RGB value is (146,129,132). Sum of RGB (Red+Green+Blue) = 146+129+132=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 146 - color contains mainly: red. Hex color #928184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928184 is #6D7E7B. Grayscale: #868686. Windows color (decimal): -7175804 or 8683922. OLE color: 8683922.

HSL color Cylindrical-coordinate representation of color #928184: hue angle of 349.41º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #928184 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB146129132-
CMYK00.120.100.43
HSL349.41º7.23%53.92%-
HSV(B)349.41º11.64%57.25%-
XYZ23.8723.4825.1-
YUV134.42126.63136.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.87%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=35.87%
G=31.70%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612913200.120.100.43349.417.2353.92
Hex9281840CA2B15d736
Octal2222012040141253535766
Binary100100101000000110000100011001010101011101011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928184; }

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

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

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

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

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

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

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

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