#858094

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

Shades of Deluge #858094

Tints of Deluge #858094

Color information

#858094 (or 0x858094) is unknown color: approx Deluge. HEX triplet: 85, 80 and 94. RGB value is (133,128,148). Sum of RGB (Red+Green+Blue) = 133+128+148=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 148 - color contains mainly: blue. Hex color #858094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858094 is #7A7F6B. Grayscale: #838383. Windows color (decimal): -8028012 or 9732229. OLE color: 9732229.

HSL color Cylindrical-coordinate representation of color #858094: hue angle of 255º 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 #858094 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB133128148-
CMYK0.100.1400.42
HSL255º8.55%54.12%-
HSV(B)255º13.51%58.04%-
XYZ22.7422.5631.17-
YUV131.77137.16128.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.52%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=32.52%
G=31.30%
B=36.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331281480.100.1400.422558.5554.12
Hex858094AE02Aff936
Octal20520022412160523771166
Binary100001011000000010010100101011100101010111111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858094; }

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

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

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

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

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

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

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

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