Html Css Color HEX #938089 Venus

📋 copy color: '#938089'

red 147 ◦ green 128 ◦ blue 137

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

Shades of Venus #938089

Tints of Venus #938089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.25%

R = 35.68%
G = 31.07%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#938089 (or 0x938089) is known color: Venus. HEX triplet: 93, 80 and 89. RGB value is (147,128,137). Sum of RGB (Red+Green+Blue) = 147+128+137=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 147 - color contains mainly: red. Hex color #938089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938089 is #6C7F76. Grayscale: #868686. Windows color (decimal): -7110519 or 9011347. OLE color: 9011347.

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

Color convert

RGB 147 128 137 -
CMYK 0 0.13 0.07 0.42
HSL 331.58º 0.08% 0.54% -
HSV(B) 331.58º 0.13% 0.58% -
XYZ 24.27 23.45 26.91 -
YUV 134.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 147 128 137 0 0.13 0.07 0.42 331.58 0.08 0.54
Hex 93 80 89 0 D 7 2A 14C 8 36
Octal 223 200 211 0 15 7 52 514 10 66
Binary 10010011 10000000 10001001 0 1101 111 101010 101001100 1000 110110

Color Harmonies of #938089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938089

Black with #938089

Text Example


Text Example

White with #938089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938089; }

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

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

background-color css

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

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

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

border-color css

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

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

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