#868493

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

Shades of Grey Suit #868493

Tints of Grey Suit #868493

Color information

#868493 (or 0x868493) is unknown color: approx Grey Suit. HEX triplet: 86, 84 and 93. RGB value is (134,132,147). Sum of RGB (Red+Green+Blue) = 134+132+147=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 147 - color contains mainly: blue. Hex color #868493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868493 is #797B6C. Grayscale: #868686. Windows color (decimal): -7961453 or 9667718. OLE color: 9667718.

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

Color convert

RGB134132147-
CMYK0.090.1000.42
HSL248º6.49%54.71%-
HSV(B)248º10.2%57.65%-
XYZ23.3523.6830.94-
YUV134.31135.16127.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.45%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=32.45%
G=31.96%
B=35.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341321470.090.1000.422486.4954.71
Hex8684939A02Af8637
Octal2062042231112052370667
Binary10000110100001001001001110011010010101011111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868493; }

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

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

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

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

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

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

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

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