#857DAD

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

Shades of Deluge #857DAD

Tints of Deluge #857DAD

Color information

#857DAD (or 0x857DAD) is unknown color: approx Deluge. HEX triplet: 85, 7D and AD. RGB value is (133,125,173). Sum of RGB (Red+Green+Blue) = 133+125+173=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #857DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857DAD is #7A8252. Grayscale: #848484. Windows color (decimal): -8028755 or 11369861. OLE color: 11369861.

HSL color Cylindrical-coordinate representation of color #857DAD: hue angle of 250º 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 #857DAD is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133125173-
CMYK0.230.2800.32
HSL250º22.64%58.43%-
HSV(B)250º27.75%67.84%-
XYZ24.5522.6742.62-
YUV132.86150.65128.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.86%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=30.86%
G=29.00%
B=40.14%

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
Decimal1331251730.230.2800.3225022.6458.43
Hex857DAD171C020fa173a
Octal20517525527340403722772
Binary10000101111110110101101101111110001000001111101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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