#855EB0

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

Shades of Deluge #855EB0

Tints of Deluge #855EB0

Color information

#855EB0 (or 0x855EB0) is unknown color: approx Deluge. HEX triplet: 85, 5E and B0. RGB value is (133,94,176). Sum of RGB (Red+Green+Blue) = 133+94+176=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #855EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855EB0 is #7AA14F. Grayscale: #727272. Windows color (decimal): -8036688 or 11558533. OLE color: 11558533.

HSL color Cylindrical-coordinate representation of color #855EB0: hue angle of 268.54º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #855EB0 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13394176-
CMYK0.240.4700.31
HSL268.54º34.17%52.94%-
HSV(B)268.54º46.59%69.02%-
XYZ21.5116.1343.05-
YUV115.01162.42140.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 94 (37.11% from 255) = 23.33%
BLUE value IS 176 (69.14% from 255) = 43.67%
R=33.00%
G=23.33%
B=43.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133941760.240.4700.31268.5434.1752.94
Hex855EB0182F01F10d2235
Octal20513626030570374154265
Binary1000010110111101011000011000101111011111100001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855EB0; }

 p { color: rgb(133,94,176); }

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

<style>
 a { background-color: #855EB0; }

 a { background-color: rgb(133,94,176); }

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

<style>
 span { border-color: #855EB0; }

 span { border-color: rgb(133,94,176); }

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