#938688

Color #938688 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #938688

Tints of Venus #938688

Color information

#938688 (or 0x938688) is unknown color: approx 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

RGB147134136-
CMYK00.090.070.42
HSL350.77º5.68%55.1%-
HSV(B)350.77º8.84%57.65%-
XYZ2525.0326.81-
YUV138.11126.81134.34-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713413600.090.070.42350.775.6855.1
Hex9386880972A15f637
Octal223206210011752537667
Binary10010011100001101000100001001111101010101011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>