#868F9E

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

Shades of Light Slate Grey #868F9E

Tints of Light Slate Grey #868F9E

Color information

#868F9E (or 0x868F9E) is unknown color: approx Light Slate Grey. HEX triplet: 86, 8F and 9E. RGB value is (134,143,158). Sum of RGB (Red+Green+Blue) = 134+143+158=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 158 - color contains mainly: blue. Hex color #868F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868F9E is #797061. Grayscale: #8D8D8D. Windows color (decimal): -7958626 or 10391430. OLE color: 10391430.

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

Color convert

RGB134143158-
CMYK0.150.0900.38
HSL217.5º11.01%57.25%-
HSV(B)217.5º15.19%61.96%-
XYZ25.8327.1836.23-
YUV142.02137.02122.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 143 (56.25% from 255) = 32.87%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=30.80%
G=32.87%
B=36.32%

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
Decimal1341431580.150.0900.38217.511.0157.25
Hex868F9EF9026dab39
Octal20621723617110463321371
Binary100001101000111110011110111110010100110110110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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