#857CAD

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

Shades of Deluge #857CAD

Tints of Deluge #857CAD

Color information

#857CAD (or 0x857CAD) is unknown color: approx Deluge. HEX triplet: 85, 7C and AD. RGB value is (133,124,173). Sum of RGB (Red+Green+Blue) = 133+124+173=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #857CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857CAD is #7A8352. Grayscale: #848484. Windows color (decimal): -8029011 or 11369605. OLE color: 11369605.

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

Color convert

RGB133124173-
CMYK0.230.2800.32
HSL251.02º23%58.24%-
HSV(B)251.02º28.32%67.84%-
XYZ24.4222.4242.58-
YUV132.28150.98128.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.93%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=30.93%
G=28.84%
B=40.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331241730.230.2800.32251.022358.24
Hex857CAD171C020fb173a
Octal20517425527340403732772
Binary10000101111110010101101101111110001000001111101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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