Html Css Color HEX #938082 Venus

📋 copy color: '#938082'

red 147 ◦ green 128 ◦ blue 130

#938082
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #938082

Tints of Venus #938082

RGB

 RED value IS 147 (57.81% from 255) = 36.3%

 GREEN value IS 128 (50.39% from 255) = 31.6%

 BLUE value IS 130 (51.17% from 255) = 32.1%

R = 36.3%
G = 31.6%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#938082 (or 0x938082) is known color: 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

RGB 147 128 130 -
CMYK 0 0.13 0.12 0.42
HSL 353.68º 0.08% 0.54% -
HSV(B) 353.68º 0.13% 0.58% -
XYZ 23.78 23.25 24.35 -
YUV 133.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 147 128 130 0 0.13 0.12 0.42 353.68 0.08 0.54
Hex 93 80 82 0 D C 2A 162 8 36
Octal 223 200 202 0 15 14 52 542 10 66
Binary 10010011 10000000 10000010 0 1101 1100 101010 101100010 1000 110110

Color Harmonies of #938082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938082

Black with #938082

Text Example


Text Example

White with #938082

Text Example


Text Example

HTML Codes & Css Web 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>