#868195

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

Shades of Deluge #868195

Tints of Deluge #868195

Color information

#868195 (or 0x868195) is unknown color: approx Deluge. HEX triplet: 86, 81 and 95. RGB value is (134,129,149). Sum of RGB (Red+Green+Blue) = 134+129+149=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #868195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868195 is #797E6A. Grayscale: #848484. Windows color (decimal): -7962219 or 9798022. OLE color: 9798022.

HSL color Cylindrical-coordinate representation of color #868195: hue angle of 255º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #868195 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134129149-
CMYK0.100.1300.42
HSL255º8.62%54.51%-
HSV(B)255º13.42%58.43%-
XYZ23.1122.9431.64-
YUV132.77137.16128.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.52%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=32.52%
G=31.31%
B=36.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341291490.100.1300.422558.6254.51
Hex868195AD02Aff937
Octal20620122512150523771167
Binary100001101000000110010101101011010101010111111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868195; }

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

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

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

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

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

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

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

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