Html Css Color HEX #938587 Venus

📋 copy color: '#938587'

red 147 ◦ green 133 ◦ blue 135

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

Shades of Venus #938587

Tints of Venus #938587

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.05%

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

R = 35.42%
G = 32.05%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#938587 (or 0x938587) is known color: Venus. HEX triplet: 93, 85 and 87. RGB value is (147,133,135). Sum of RGB (Red+Green+Blue) = 147+133+135=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 147 - color contains mainly: red. Hex color #938587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938587 is #6C7A78. Grayscale: #898989. Windows color (decimal): -7109241 or 8881555. OLE color: 8881555.

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

Color convert

RGB 147 133 135 -
CMYK 0 0.10 0.08 0.42
HSL 351.43º 0.06% 0.55% -
HSV(B) 351.43º 0.1% 0.58% -
XYZ 24.79 24.73 26.39 -
YUV 137.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 147 133 135 0 0.10 0.08 0.42 351.43 0.06 0.55
Hex 93 85 87 0 A 8 2A 15F 6 37
Octal 223 205 207 0 12 10 52 537 6 67
Binary 10010011 10000101 10000111 0 1010 1000 101010 101011111 110 110111

Color Harmonies of #938587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938587

Black with #938587

Text Example


Text Example

White with #938587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938587; }

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

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

background-color css

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

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

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

border-color css

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

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

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