#869099

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

Shades of Light Slate Grey #869099

Tints of Light Slate Grey #869099

Color information

#869099 (or 0x869099) is unknown color: approx Light Slate Grey. HEX triplet: 86, 90 and 99. RGB value is (134,144,153). Sum of RGB (Red+Green+Blue) = 134+144+153=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #869099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869099 is #796F66. Grayscale: #8D8D8D. Windows color (decimal): -7958375 or 10064006. OLE color: 10064006.

HSL color Cylindrical-coordinate representation of color #869099: hue angle of 208.42º 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 #869099 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB134144153-
CMYK0.120.0600.4
HSL208.42º8.52%56.27%-
HSV(B)208.42º12.42%60%-
XYZ25.5527.3134.06-
YUV142.04134.19122.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.09%
GREEN value IS 144 (56.64% from 255) = 33.41%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=31.09%
G=33.41%
B=35.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341441530.120.0600.4208.428.5256.27
Hex869099C6028d0938
Octal2062202311460503201170
Binary10000110100100001001100111001100101000110100001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869099; }

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

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

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

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

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

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

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

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