#857398

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

Shades of Deluge #857398

Tints of Deluge #857398

Color information

#857398 (or 0x857398) is unknown color: approx Deluge. HEX triplet: 85, 73 and 98. RGB value is (133,115,152). Sum of RGB (Red+Green+Blue) = 133+115+152=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #857398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857398 is #7A8C67. Grayscale: #7C7C7C. Windows color (decimal): -8031336 or 9991045. OLE color: 9991045.

HSL color Cylindrical-coordinate representation of color #857398: hue angle of 269.19º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #857398 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB133115152-
CMYK0.130.2400.40
HSL269.19º15.23%52.35%-
HSV(B)269.19º24.34%59.61%-
XYZ21.4719.5232.34-
YUV124.6143.46133.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 115 (45.31% from 255) = 28.75%
BLUE value IS 152 (59.77% from 255) = 38%
R=33.25%
G=28.75%
B=38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331151520.130.2400.40269.1915.2352.35
Hex857398D1802810df34
Octal20516323015300504151764
Binary1000010111100111001100011011100001010001000011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857398; }

 p { color: rgb(133,115,152); }

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

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

 a { background-color: rgb(133,115,152); }

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

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

 span { border-color: rgb(133,115,152); }

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