#868B95

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

Shades of Light Slate Grey #868B95

Tints of Light Slate Grey #868B95

Color information

#868B95 (or 0x868B95) is unknown color: approx Light Slate Grey. HEX triplet: 86, 8B and 95. RGB value is (134,139,149). Sum of RGB (Red+Green+Blue) = 134+139+149=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 149 - color contains mainly: blue. Hex color #868B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868B95 is #79746A. Grayscale: #8A8A8A. Windows color (decimal): -7959659 or 9800582. OLE color: 9800582.

HSL color Cylindrical-coordinate representation of color #868B95: hue angle of 220º degrees, saturation: 0.07, 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 #868B95 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134139149-
CMYK0.100.0700.42
HSL220º6.61%55.49%-
HSV(B)220º10.07%58.43%-
XYZ24.4925.732.1-
YUV138.64133.84124.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=31.75%
G=32.94%
B=35.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341391490.100.0700.422206.6155.49
Hex868B95A702Adc737
Octal206213225127052334767
Binary1000011010001011100101011010111010101011011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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