#857EAD

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

Shades of Deluge #857EAD

Tints of Deluge #857EAD

Color information

#857EAD (or 0x857EAD) is unknown color: approx Deluge. HEX triplet: 85, 7E and AD. RGB value is (133,126,173). Sum of RGB (Red+Green+Blue) = 133+126+173=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #857EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857EAD is #7A8152. Grayscale: #858585. Windows color (decimal): -8028499 or 11370117. OLE color: 11370117.

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

Color convert

RGB133126173-
CMYK0.230.2700.32
HSL248.94º22.27%58.63%-
HSV(B)248.94º27.17%67.84%-
XYZ24.6822.9342.66-
YUV133.45150.32127.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.79%
GREEN value IS 126 (49.61% from 255) = 29.17%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=30.79%
G=29.17%
B=40.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331261730.230.2700.32248.9422.2758.63
Hex857EAD171B020f9163b
Octal20517625527330403712673
Binary10000101111111010101101101111101101000001111100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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