#858095

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

Shades of Deluge #858095

Tints of Deluge #858095

Color information

#858095 (or 0x858095) is unknown color: approx Deluge. HEX triplet: 85, 80 and 95. RGB value is (133,128,149). Sum of RGB (Red+Green+Blue) = 133+128+149=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 149 - color contains mainly: blue. Hex color #858095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858095 is #7A7F6A. Grayscale: #838383. Windows color (decimal): -8028011 or 9797765. OLE color: 9797765.

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

Color convert

RGB133128149-
CMYK0.110.1400.42
HSL254.29º9.01%54.31%-
HSV(B)254.29º14.09%58.43%-
XYZ22.8222.5931.59-
YUV131.89137.66128.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 149 (58.59% from 255) = 36.34%
R=32.44%
G=31.22%
B=36.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331281490.110.1400.42254.299.0154.31
Hex858095BE02Afe936
Octal20520022513160523761166
Binary100001011000000010010101101111100101010111111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858095; }

 p { color: rgb(133,128,149); }

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

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

 a { background-color: rgb(133,128,149); }

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

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

 span { border-color: rgb(133,128,149); }

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