#857CAE

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

Shades of Deluge #857CAE

Tints of Deluge #857CAE

Color information

#857CAE (or 0x857CAE) is unknown color: approx Deluge. HEX triplet: 85, 7C and AE. RGB value is (133,124,174). Sum of RGB (Red+Green+Blue) = 133+124+174=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #857CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857CAE is #7A8351. Grayscale: #848484. Windows color (decimal): -8029010 or 11435141. OLE color: 11435141.

HSL color Cylindrical-coordinate representation of color #857CAE: hue angle of 250.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #857CAE is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133124174-
CMYK0.240.2900.32
HSL250.8º23.58%58.43%-
HSV(B)250.8º28.74%68.24%-
XYZ24.5222.4643.09-
YUV132.39151.48128.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.86%
GREEN value IS 124 (48.83% from 255) = 28.77%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=30.86%
G=28.77%
B=40.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331241740.240.2900.32250.823.5858.43
Hex857CAE181D020fb183a
Octal20517425630350403733072
Binary10000101111110010101110110001110101000001111101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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