Html Css Color HEX #938688 Venus

📋 copy color: '#938688'

red 147 ◦ green 134 ◦ blue 136

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

Shades of Venus #938688

Tints of Venus #938688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.13%

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

R = 35.25%
G = 32.13%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#938688 (or 0x938688) is known color: Venus. HEX triplet: 93, 86 and 88. RGB value is (147,134,136). Sum of RGB (Red+Green+Blue) = 147+134+136=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 147 - color contains mainly: red. Hex color #938688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938688 is #6C7977. Grayscale: #8A8A8A. Windows color (decimal): -7108984 or 8947347. OLE color: 8947347.

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

Color convert

RGB 147 134 136 -
CMYK 0 0.09 0.07 0.42
HSL 350.77º 0.06% 0.55% -
HSV(B) 350.77º 0.09% 0.58% -
XYZ 25 25.03 26.81 -
YUV 138.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 147 134 136 0 0.09 0.07 0.42 350.77 0.06 0.55
Hex 93 86 88 0 9 7 2A 15F 6 37
Octal 223 206 210 0 11 7 52 537 6 67
Binary 10010011 10000110 10001000 0 1001 111 101010 101011111 110 110111

Color Harmonies of #938688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938688

Black with #938688

Text Example


Text Example

White with #938688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938688; }

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

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

background-color css

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

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

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

border-color css

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

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

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