#868384

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

Shades of Venus #868384

Tints of Venus #868384

Color information

#868384 (or 0x868384) is unknown color: approx Venus. HEX triplet: 86, 83 and 84. RGB value is (134,131,132). Sum of RGB (Red+Green+Blue) = 134+131+132=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 134 - color contains mainly: red. Hex color #868384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868384 is #797C7B. Grayscale: #848484. Windows color (decimal): -7961724 or 8684422. OLE color: 8684422.

HSL color Cylindrical-coordinate representation of color #868384: hue angle of 340º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #868384 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB134131132-
CMYK00.020.010.47
HSL340º1.22%51.96%-
HSV(B)340º2.24%52.55%-
XYZ22.1122.9725.1-
YUV132.01127.99129.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.75%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=33.75%
G=33.00%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413113200.020.010.473401.2251.96
Hex8683840212F154134
Octal20620320402157524164
Binary10000110100000111000010001011011111010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868384; }

 p { color: rgb(134,131,132); }

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

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

 a { background-color: rgb(134,131,132); }

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

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

 span { border-color: rgb(134,131,132); }

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