#856EB3

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

Shades of Deluge #856EB3

Tints of Deluge #856EB3

Color information

#856EB3 (or 0x856EB3) is unknown color: approx Deluge. HEX triplet: 85, 6E and B3. RGB value is (133,110,179). Sum of RGB (Red+Green+Blue) = 133+110+179=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #856EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856EB3 is #7A914C. Grayscale: #7C7C7C. Windows color (decimal): -8032589 or 11759237. OLE color: 11759237.

HSL color Cylindrical-coordinate representation of color #856EB3: hue angle of 260º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #856EB3 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB133110179-
CMYK0.260.3900.30
HSL260º31.22%56.67%-
HSV(B)260º38.55%70.2%-
XYZ23.3919.3945.16-
YUV124.74158.62133.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 110 (43.36% from 255) = 26.07%
BLUE value IS 179 (70.31% from 255) = 42.42%
R=31.52%
G=26.07%
B=42.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331101790.260.3900.3026031.2256.67
Hex856EB31A2701E1041f39
Octal20515626332470364043771
Binary100001011101110101100111101010011101111010000010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856EB3; }

 p { color: rgb(133,110,179); }

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

<style>
 a { background-color: #856EB3; }

 a { background-color: rgb(133,110,179); }

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

<style>
 span { border-color: #856EB3; }

 span { border-color: rgb(133,110,179); }

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