#928187

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

Shades of Venus #928187

Tints of Venus #928187

Color information

#928187 (or 0x928187) is unknown color: approx Venus. HEX triplet: 92, 81 and 87. RGB value is (146,129,135). Sum of RGB (Red+Green+Blue) = 146+129+135=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 146 - color contains mainly: red. Hex color #928187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928187 is #6D7E78. Grayscale: #868686. Windows color (decimal): -7175801 or 8880530. OLE color: 8880530.

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

Color convert

RGB146129135-
CMYK00.120.080.43
HSL338.82º7.23%53.92%-
HSV(B)338.82º11.64%57.25%-
XYZ24.0823.5626.2-
YUV134.77128.13136.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.61%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=35.61%
G=31.46%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612913500.120.080.43338.827.2353.92
Hex9281870C82B153736
Octal2222012070141053523766
Binary100100101000000110000111011001000101011101010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928187; }

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

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

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

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

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

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

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

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