#868F9D

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

Shades of Light Slate Grey #868F9D

Tints of Light Slate Grey #868F9D

Color information

#868F9D (or 0x868F9D) is unknown color: approx Light Slate Grey. HEX triplet: 86, 8F and 9D. RGB value is (134,143,157). Sum of RGB (Red+Green+Blue) = 134+143+157=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #868F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868F9D is #797062. Grayscale: #8D8D8D. Windows color (decimal): -7958627 or 10325894. OLE color: 10325894.

HSL color Cylindrical-coordinate representation of color #868F9D: hue angle of 216.52º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #868F9D is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134143157-
CMYK0.150.0900.38
HSL216.52º10.5%57.06%-
HSV(B)216.52º14.65%61.57%-
XYZ25.7427.1535.78-
YUV141.9136.52122.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=30.88%
G=32.95%
B=36.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341431570.150.0900.38216.5210.557.06
Hex868F9DF9026d9b39
Octal20621723517110463311371
Binary100001101000111110011101111110010100110110110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,143,157); }

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

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

 a { background-color: rgb(134,143,157); }

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

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

 span { border-color: rgb(134,143,157); }

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