#868393

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

Shades of Grey Suit #868393

Tints of Grey Suit #868393

Color information

#868393 (or 0x868393) is unknown color: approx Grey Suit. HEX triplet: 86, 83 and 93. RGB value is (134,131,147). Sum of RGB (Red+Green+Blue) = 134+131+147=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 147 - color contains mainly: blue. Hex color #868393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868393 is #797C6C. Grayscale: #858585. Windows color (decimal): -7961709 or 9667462. OLE color: 9667462.

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

Color convert

RGB134131147-
CMYK0.090.1100.42
HSL251.25º6.9%54.51%-
HSV(B)251.25º10.88%57.65%-
XYZ23.2123.4130.9-
YUV133.72135.49128.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.52%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 147 (57.81% from 255) = 35.68%
R=32.52%
G=31.80%
B=35.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341311470.090.1100.42251.256.954.51
Hex8683939B02Afb737
Octal2062032231113052373767
Binary10000110100000111001001110011011010101011111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868393; }

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

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

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

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

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

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

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

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