#938082

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

Shades of Venus #938082

Tints of Venus #938082

Color information

#938082 (or 0x938082) is unknown color: approx Venus. HEX triplet: 93, 80 and 82. RGB value is (147,128,130). Sum of RGB (Red+Green+Blue) = 147+128+130=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #938082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938082 is #6C7F7D. Grayscale: #858585. Windows color (decimal): -7110526 or 8552595. OLE color: 8552595.

HSL color Cylindrical-coordinate representation of color #938082: hue angle of 353.68º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #938082 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB147128130-
CMYK00.130.120.42
HSL353.68º8.09%53.92%-
HSV(B)353.68º12.93%57.65%-
XYZ23.7823.2524.35-
YUV133.91125.79137.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=36.30%
G=31.60%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712813000.130.120.42353.688.0953.92
Hex9380820DC2A162836
Octal22320020201514525421066
Binary1001001110000000100000100110111001010101011000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938082; }

 p { color: rgb(147,128,130); }

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

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

 a { background-color: rgb(147,128,130); }

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

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

 span { border-color: rgb(147,128,130); }

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