Html Css Color HEX #938389 Venus

📋 copy color: '#938389'

red 147 ◦ green 131 ◦ blue 137

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

Shades of Venus #938389

Tints of Venus #938389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.57%

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

R = 35.42%
G = 31.57%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#938389 (or 0x938389) is known color: Venus. HEX triplet: 93, 83 and 89. RGB value is (147,131,137). Sum of RGB (Red+Green+Blue) = 147+131+137=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 147 - color contains mainly: red. Hex color #938389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938389 is #6C7C76. Grayscale: #888888. Windows color (decimal): -7109751 or 9012115. OLE color: 9012115.

HSL color Cylindrical-coordinate representation of color #938389: hue angle of 337.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #938389 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 131 137 -
CMYK 0 0.11 0.07 0.42
HSL 337.5º 0.07% 0.55% -
HSV(B) 337.5º 0.11% 0.58% -
XYZ 24.66 24.24 27.05 -
YUV 136.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 147 131 137 0 0.11 0.07 0.42 337.5 0.07 0.55
Hex 93 83 89 0 B 7 2A 152 7 37
Octal 223 203 211 0 13 7 52 522 7 67
Binary 10010011 10000011 10001001 0 1011 111 101010 101010010 111 110111

Color Harmonies of #938389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938389

Black with #938389

Text Example


Text Example

White with #938389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938389; }

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

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

background-color css

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

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

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

border-color css

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

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

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