#868B93

Color #868B93 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #868B93

Tints of Light Slate Grey #868B93

Color information

#868B93 (or 0x868B93) is unknown color: approx Light Slate Grey. HEX triplet: 86, 8B and 93. RGB value is (134,139,147). Sum of RGB (Red+Green+Blue) = 134+139+147=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 147 - color contains mainly: blue. Hex color #868B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868B93 is #79746C. Grayscale: #8A8A8A. Windows color (decimal): -7959661 or 9669510. OLE color: 9669510.

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

Color convert

RGB134139147-
CMYK0.090.0500.42
HSL216.92º5.68%55.1%-
HSV(B)216.92º8.84%57.65%-
XYZ24.3325.6431.27-
YUV138.42132.84124.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.90%
GREEN value IS 139 (54.69% from 255) = 33.10%
BLUE value IS 147 (57.81% from 255) = 35%
R=31.90%
G=33.10%
B=35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341391470.090.0500.42216.925.6855.1
Hex868B939502Ad9637
Octal206213223115052331667
Binary1000011010001011100100111001101010101011011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868B93; }

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

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

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

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

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

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

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

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