#868284

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

Shades of Venus #868284

Tints of Venus #868284

Color information

#868284 (or 0x868284) is unknown color: approx Venus. HEX triplet: 86, 82 and 84. RGB value is (134,130,132). Sum of RGB (Red+Green+Blue) = 134+130+132=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 134 - color contains mainly: red. Hex color #868284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868284 is #797D7B. Grayscale: #838383. Windows color (decimal): -7961980 or 8684166. OLE color: 8684166.

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

Color convert

RGB134130132-
CMYK00.030.010.47
HSL330º1.63%51.76%-
HSV(B)330º2.99%52.55%-
XYZ21.9822.725.05-
YUV131.42128.33129.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.84%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 132 (51.95% from 255) = 33.33%
R=33.84%
G=32.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413013200.030.010.473301.6351.76
Hex8682840312F14a234
Octal20620220403157512264
Binary100001101000001010000100011110111110100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868284; }

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

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

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

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

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

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

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

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