#85789C

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

Shades of Deluge #85789C

Tints of Deluge #85789C

Color information

#85789C (or 0x85789C) is unknown color: approx Deluge. HEX triplet: 85, 78 and 9C. RGB value is (133,120,156). Sum of RGB (Red+Green+Blue) = 133+120+156=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #85789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85789C is #7A8763. Grayscale: #7F7F7F. Windows color (decimal): -8030052 or 10254469. OLE color: 10254469.

HSL color Cylindrical-coordinate representation of color #85789C: hue angle of 261.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85789C is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133120156-
CMYK0.150.2300.39
HSL261.67º15.38%54.12%-
HSV(B)261.67º23.08%61.18%-
XYZ22.3920.8234.29-
YUV127.99143.81131.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.52%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=32.52%
G=29.34%
B=38.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331201560.150.2300.39261.6715.3854.12
Hex85789CF17027106f36
Octal20517023417270474061766
Binary1000010111110001001110011111011101001111000001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85789C; }

 p { color: rgb(133,120,156); }

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

<style>
 a { background-color: #85789C; }

 a { background-color: rgb(133,120,156); }

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

<style>
 span { border-color: #85789C; }

 span { border-color: rgb(133,120,156); }

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