#857CA8

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

Shades of Deluge #857CA8

Tints of Deluge #857CA8

Color information

#857CA8 (or 0x857CA8) is unknown color: approx Deluge. HEX triplet: 85, 7C and A8. RGB value is (133,124,168). Sum of RGB (Red+Green+Blue) = 133+124+168=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 168 - color contains mainly: blue. Hex color #857CA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857CA8 is #7A8357. Grayscale: #838383. Windows color (decimal): -8029016 or 11041925. OLE color: 11041925.

HSL color Cylindrical-coordinate representation of color #857CA8: hue angle of 252.27º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #857CA8 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB133124168-
CMYK0.210.2600.34
HSL252.27º20.18%57.25%-
HSV(B)252.27º26.19%65.88%-
XYZ23.9522.2340.07-
YUV131.71148.48128.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 168 (66.02% from 255) = 39.53%
R=31.29%
G=29.18%
B=39.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1331241680.210.2600.34252.2720.1857.25
Hex857CA8151A022fc1439
Octal20517425025320423742471
Binary10000101111110010101000101011101001000101111110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857CA8; }

 p { color: rgb(133,124,168); }

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

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

 a { background-color: rgb(133,124,168); }

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

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

 span { border-color: rgb(133,124,168); }

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