#857AAA

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

Shades of Deluge #857AAA

Tints of Deluge #857AAA

Color information

#857AAA (or 0x857AAA) is unknown color: approx Deluge. HEX triplet: 85, 7A and AA. RGB value is (133,122,170). Sum of RGB (Red+Green+Blue) = 133+122+170=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #857AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857AAA is #7A8555. Grayscale: #828282. Windows color (decimal): -8029526 or 11172485. OLE color: 11172485.

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

Color convert

RGB133122170-
CMYK0.220.2800.33
HSL253.75º22.02%57.25%-
HSV(B)253.75º28.24%66.67%-
XYZ23.8921.8140.98-
YUV130.76150.14129.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 170 (66.80% from 255) = 40%
R=31.29%
G=28.71%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331221700.220.2800.33253.7522.0257.25
Hex857AAA161C021fe1639
Octal20517225226340413762671
Binary10000101111101010101010101101110001000011111111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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