#93868A

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

Shades of Venus #93868A

Tints of Venus #93868A

Color information

#93868A (or 0x93868A) is unknown color: approx Venus. HEX triplet: 93, 86 and 8A. RGB value is (147,134,138). Sum of RGB (Red+Green+Blue) = 147+134+138=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 147 - color contains mainly: red. Hex color #93868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93868A is #6C7975. Grayscale: #8A8A8A. Windows color (decimal): -7108982 or 9078419. OLE color: 9078419.

HSL color Cylindrical-coordinate representation of color #93868A: hue angle of 341.54º 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 #93868A is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB147134138-
CMYK00.090.060.42
HSL341.54º5.68%55.1%-
HSV(B)341.54º8.84%57.65%-
XYZ25.1525.0927.56-
YUV138.34127.81134.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=35.08%
G=31.98%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713413800.090.060.42341.545.6855.1
Hex93868A0962A156637
Octal223206212011652526667
Binary10010011100001101000101001001110101010101010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93868A; }

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

 H1.HeaderClassName
 {
   color: #93868A;
 }
 .AnyTagClassName
 {
   color: #93868A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #93868A;
 }
 .BgClassName
 {
   background-color: #93868A;
 }
</style>
border-color css

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

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

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