#868099

Color #868099 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #868099

Tints of Deluge #868099

Color information

#868099 (or 0x868099) is unknown color: approx Deluge. HEX triplet: 86, 80 and 99. RGB value is (134,128,153). Sum of RGB (Red+Green+Blue) = 134+128+153=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #868099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868099 is #797F66. Grayscale: #848484. Windows color (decimal): -7962471 or 10059910. OLE color: 10059910.

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

Color convert

RGB134128153-
CMYK0.120.1600.4
HSL254.4º10.92%55.1%-
HSV(B)254.4º16.34%60%-
XYZ23.322.8133.31-
YUV132.64139.49128.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.29%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=32.29%
G=30.84%
B=36.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341281530.120.1600.4254.410.9255.1
Hex868099C10028feb37
Octal20620023114200503761367
Binary1000011010000000100110011100100000101000111111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868099; }

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

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

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

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

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

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

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

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