#857DB1

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

Shades of Deluge #857DB1

Tints of Deluge #857DB1

Color information

#857DB1 (or 0x857DB1) is unknown color: approx Deluge. HEX triplet: 85, 7D and B1. RGB value is (133,125,177). Sum of RGB (Red+Green+Blue) = 133+125+177=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #857DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857DB1 is #7A824E. Grayscale: #858585. Windows color (decimal): -8028751 or 11632005. OLE color: 11632005.

HSL color Cylindrical-coordinate representation of color #857DB1: hue angle of 249.23º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #857DB1 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB133125177-
CMYK0.250.2900.31
HSL249.23º25%59.22%-
HSV(B)249.23º29.38%69.41%-
XYZ24.9422.8344.69-
YUV133.32152.65127.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 125 (49.22% from 255) = 28.74%
BLUE value IS 177 (69.53% from 255) = 40.69%
R=30.57%
G=28.74%
B=40.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331251770.250.2900.31249.232559.22
Hex857DB1191D01Ff9193b
Octal20517526131350373713173
Binary1000010111111011011000111001111010111111111100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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