#857AA9

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

Shades of Deluge #857AA9

Tints of Deluge #857AA9

Color information

#857AA9 (or 0x857AA9) is unknown color: approx Deluge. HEX triplet: 85, 7A and A9. RGB value is (133,122,169). Sum of RGB (Red+Green+Blue) = 133+122+169=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 169 - color contains mainly: blue. Hex color #857AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857AA9 is #7A8556. Grayscale: #828282. Windows color (decimal): -8029527 or 11106949. OLE color: 11106949.

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

Color convert

RGB133122169-
CMYK0.210.2800.34
HSL254.04º21.46%57.06%-
HSV(B)254.04º27.81%66.27%-
XYZ23.7921.7740.48-
YUV130.65149.64129.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.37%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 169 (66.41% from 255) = 39.86%
R=31.37%
G=28.77%
B=39.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1331221690.210.2800.34254.0421.4657.06
Hex857AA9151C022fe1539
Octal20517225125340423762571
Binary10000101111101010101001101011110001000101111111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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