Html Css Color HEX #938387 Venus

📋 copy color: '#938387'

red 147 ◦ green 131 ◦ blue 135

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

Shades of Venus #938387

Tints of Venus #938387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.69%

R = 35.59%
G = 31.72%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#938387 (or 0x938387) is known color: Venus. HEX triplet: 93, 83 and 87. RGB value is (147,131,135). Sum of RGB (Red+Green+Blue) = 147+131+135=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 147 - color contains mainly: red. Hex color #938387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938387 is #6C7C78. Grayscale: #888888. Windows color (decimal): -7109753 or 8881043. OLE color: 8881043.

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

Color convert

RGB 147 131 135 -
CMYK 0 0.11 0.08 0.42
HSL 345º 0.07% 0.55% -
HSV(B) 345º 0.11% 0.58% -
XYZ 24.52 24.18 26.3 -
YUV 136.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 147 131 135 0 0.11 0.08 0.42 345 0.07 0.55
Hex 93 83 87 0 B 8 2A 159 7 37
Octal 223 203 207 0 13 10 52 531 7 67
Binary 10010011 10000011 10000111 0 1011 1000 101010 101011001 111 110111

Color Harmonies of #938387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938387

Black with #938387

Text Example


Text Example

White with #938387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938387; }

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

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

background-color css

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

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

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

border-color css

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

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

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