Html Css Color HEX #938083 Venus

📋 copy color: '#938083'

red 147 ◦ green 128 ◦ blue 131

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

Shades of Venus #938083

Tints of Venus #938083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.27%

R = 36.21%
G = 31.53%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#938083 (or 0x938083) is known color: Venus. HEX triplet: 93, 80 and 83. RGB value is (147,128,131). Sum of RGB (Red+Green+Blue) = 147+128+131=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #938083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938083 is #6C7F7C. Grayscale: #868686. Windows color (decimal): -7110525 or 8618131. OLE color: 8618131.

HSL color Cylindrical-coordinate representation of color #938083: hue angle of 350.53º 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 #938083 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 128 131 -
CMYK 0 0.13 0.11 0.42
HSL 350.53º 0.08% 0.54% -
HSV(B) 350.53º 0.13% 0.58% -
XYZ 23.85 23.28 24.71 -
YUV 134.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 147 128 131 0 0.13 0.11 0.42 350.53 0.08 0.54
Hex 93 80 83 0 D B 2A 15F 8 36
Octal 223 200 203 0 15 13 52 537 10 66
Binary 10010011 10000000 10000011 0 1101 1011 101010 101011111 1000 110110

Color Harmonies of #938083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938083

Black with #938083

Text Example


Text Example

White with #938083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938083; }

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

 H1.HeaderClassName
 {
   color: #938083;
 }
 .AnyTagClassName
 {
   color: #938083;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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