#857AAE

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

Shades of Deluge #857AAE

Tints of Deluge #857AAE

Color information

#857AAE (or 0x857AAE) is unknown color: approx Deluge. HEX triplet: 85, 7A and AE. RGB value is (133,122,174). Sum of RGB (Red+Green+Blue) = 133+122+174=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #857AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857AAE is #7A8551. Grayscale: #838383. Windows color (decimal): -8029522 or 11434629. OLE color: 11434629.

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

Color convert

RGB133122174-
CMYK0.240.3000.32
HSL252.69º24.3%58.04%-
HSV(B)252.69º29.89%68.24%-
XYZ24.2721.9643-
YUV131.22152.14129.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=31.00%
G=28.44%
B=40.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331221740.240.3000.32252.6924.358.04
Hex857AAE181E020fd183a
Octal20517225630360403753072
Binary10000101111101010101110110001111001000001111110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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