#857AAC

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

Shades of Deluge #857AAC

Tints of Deluge #857AAC

Color information

#857AAC (or 0x857AAC) is unknown color: approx Deluge. HEX triplet: 85, 7A and AC. RGB value is (133,122,172). Sum of RGB (Red+Green+Blue) = 133+122+172=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #857AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857AAC is #7A8553. Grayscale: #828282. Windows color (decimal): -8029524 or 11303557. OLE color: 11303557.

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

Color convert

RGB133122172-
CMYK0.230.2900.33
HSL253.2º23.15%57.65%-
HSV(B)253.2º29.07%67.45%-
XYZ24.0821.8841.98-
YUV130.99151.14129.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.15%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=31.15%
G=28.57%
B=40.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331221720.230.2900.33253.223.1557.65
Hex857AAC171D021fd173a
Octal20517225427350413752772
Binary10000101111101010101100101111110101000011111110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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