Html Css Color HEX #938087 Venus

📋 copy color: '#938087'

red 147 ◦ green 128 ◦ blue 135

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

Shades of Venus #938087

Tints of Venus #938087

RGB

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

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

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

R = 35.85%
G = 31.22%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#938087 (or 0x938087) is known color: Venus. HEX triplet: 93, 80 and 87. RGB value is (147,128,135). Sum of RGB (Red+Green+Blue) = 147+128+135=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 147 - color contains mainly: red. Hex color #938087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938087 is #6C7F78. Grayscale: #868686. Windows color (decimal): -7110521 or 8880275. OLE color: 8880275.

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

Color convert

RGB 147 128 135 -
CMYK 0 0.13 0.08 0.42
HSL 337.89º 0.08% 0.54% -
HSV(B) 337.89º 0.13% 0.58% -
XYZ 24.12 23.39 26.17 -
YUV 134.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 147 128 135 0 0.13 0.08 0.42 337.89 0.08 0.54
Hex 93 80 87 0 D 8 2A 152 8 36
Octal 223 200 207 0 15 10 52 522 10 66
Binary 10010011 10000000 10000111 0 1101 1000 101010 101010010 1000 110110

Color Harmonies of #938087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938087

Black with #938087

Text Example


Text Example

White with #938087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938087; }

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

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

background-color css

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

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

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

border-color css

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

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

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