#857898

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

Shades of Deluge #857898

Tints of Deluge #857898

Color information

#857898 (or 0x857898) is unknown color: approx Deluge. HEX triplet: 85, 78 and 98. RGB value is (133,120,152). Sum of RGB (Red+Green+Blue) = 133+120+152=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 152 - color contains mainly: blue. Hex color #857898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857898 is #7A8767. Grayscale: #7F7F7F. Windows color (decimal): -8030056 or 9992325. OLE color: 9992325.

HSL color Cylindrical-coordinate representation of color #857898: hue angle of 264.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #857898 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB133120152-
CMYK0.130.2100.40
HSL264.38º13.45%53.33%-
HSV(B)264.38º21.05%59.61%-
XYZ22.0620.6932.54-
YUV127.54141.81131.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 152 (59.77% from 255) = 37.53%
R=32.84%
G=29.63%
B=37.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331201520.130.2100.40264.3813.4553.33
Hex857898D15028108d35
Octal20517023015250504101565
Binary1000010111110001001100011011010101010001000010001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857898; }

 p { color: rgb(133,120,152); }

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

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

 a { background-color: rgb(133,120,152); }

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

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

 span { border-color: rgb(133,120,152); }

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