Html Css Color HEX #938388 Venus

📋 copy color: '#938388'

red 147 ◦ green 131 ◦ blue 136

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

Shades of Venus #938388

Tints of Venus #938388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.85%

R = 35.51%
G = 31.64%
B = 32.85%

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

#938388 (or 0x938388) is known color: Venus. HEX triplet: 93, 83 and 88. RGB value is (147,131,136). Sum of RGB (Red+Green+Blue) = 147+131+136=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 147 - color contains mainly: red. Hex color #938388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938388 is #6C7C77. Grayscale: #888888. Windows color (decimal): -7109752 or 8946579. OLE color: 8946579.

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

Color convert

RGB 147 131 136 -
CMYK 0 0.11 0.07 0.42
HSL 341.25º 0.07% 0.55% -
HSV(B) 341.25º 0.11% 0.58% -
XYZ 24.59 24.21 26.67 -
YUV 136.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 147 131 136 0 0.11 0.07 0.42 341.25 0.07 0.55
Hex 93 83 88 0 B 7 2A 155 7 37
Octal 223 203 210 0 13 7 52 525 7 67
Binary 10010011 10000011 10001000 0 1011 111 101010 101010101 111 110111

Color Harmonies of #938388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938388

Black with #938388

Text Example


Text Example

White with #938388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938388; }

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

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

background-color css

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

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

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

border-color css

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

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

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