#869199

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

Shades of Light Slate Grey #869199

Tints of Light Slate Grey #869199

Color information

#869199 (or 0x869199) is unknown color: approx Light Slate Grey. HEX triplet: 86, 91 and 99. RGB value is (134,145,153). Sum of RGB (Red+Green+Blue) = 134+145+153=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 153 - color contains mainly: blue. Hex color #869199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869199 is #796E66. Grayscale: #8E8E8E. Windows color (decimal): -7958119 or 10064262. OLE color: 10064262.

HSL color Cylindrical-coordinate representation of color #869199: hue angle of 205.26º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #869199 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB134145153-
CMYK0.120.0500.4
HSL205.26º8.52%56.27%-
HSV(B)205.26º12.42%60%-
XYZ25.7127.6234.11-
YUV142.62133.86121.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 145 (57.03% from 255) = 33.56%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=31.02%
G=33.56%
B=35.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341451530.120.0500.4205.268.5256.27
Hex869199C5028cd938
Octal2062212311450503151170
Binary10000110100100011001100111001010101000110011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869199; }

 p { color: rgb(134,145,153); }

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

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

 a { background-color: rgb(134,145,153); }

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

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

 span { border-color: rgb(134,145,153); }

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