#928189

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

Shades of Venus #928189

Tints of Venus #928189

Color information

#928189 (or 0x928189) is unknown color: approx Venus. HEX triplet: 92, 81 and 89. RGB value is (146,129,137). Sum of RGB (Red+Green+Blue) = 146+129+137=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 146 - color contains mainly: red. Hex color #928189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928189 is #6D7E76. Grayscale: #868686. Windows color (decimal): -7175799 or 9011602. OLE color: 9011602.

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

Color convert

RGB146129137-
CMYK00.120.060.43
HSL331.76º7.23%53.92%-
HSV(B)331.76º11.64%57.25%-
XYZ24.2223.6226.95-
YUV135129.13135.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.44%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 137 (53.91% from 255) = 33.25%
R=35.44%
G=31.31%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612913700.120.060.43331.767.2353.92
Hex9281890C62B14c736
Octal222201211014653514766
Binary10010010100000011000100101100110101011101001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928189; }

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

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

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

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

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

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

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

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