#85769D

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

Shades of Deluge #85769D

Tints of Deluge #85769D

Color information

#85769D (or 0x85769D) is unknown color: approx Deluge. HEX triplet: 85, 76 and 9D. RGB value is (133,118,157). Sum of RGB (Red+Green+Blue) = 133+118+157=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #85769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85769D is #7A8962. Grayscale: #7E7E7E. Windows color (decimal): -8030563 or 10319493. OLE color: 10319493.

HSL color Cylindrical-coordinate representation of color #85769D: hue angle of 263.08º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85769D is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133118157-
CMYK0.150.2500.38
HSL263.08º16.6%53.92%-
HSV(B)263.08º24.84%61.57%-
XYZ22.2420.3834.66-
YUV126.93144.97132.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 118 (46.48% from 255) = 28.92%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=32.60%
G=28.92%
B=38.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331181570.150.2500.38263.0816.653.92
Hex85769DF190261071136
Octal20516623517310464072166
Binary10000101111011010011101111111001010011010000011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85769D; }

 p { color: rgb(133,118,157); }

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

<style>
 a { background-color: #85769D; }

 a { background-color: rgb(133,118,157); }

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

<style>
 span { border-color: #85769D; }

 span { border-color: rgb(133,118,157); }

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