#857198

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

Shades of Deluge #857198

Tints of Deluge #857198

Color information

#857198 (or 0x857198) is unknown color: approx Deluge. HEX triplet: 85, 71 and 98. RGB value is (133,113,152). Sum of RGB (Red+Green+Blue) = 133+113+152=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #857198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857198 is #7A8E67. Grayscale: #7B7B7B. Windows color (decimal): -8031848 or 9990533. OLE color: 9990533.

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

Color convert

RGB133113152-
CMYK0.130.2600.40
HSL270.77º15.92%51.96%-
HSV(B)270.77º25.66%59.61%-
XYZ21.2519.0632.27-
YUV123.43144.13134.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.42%
GREEN value IS 113 (44.53% from 255) = 28.39%
BLUE value IS 152 (59.77% from 255) = 38.19%
R=33.42%
G=28.39%
B=38.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331131520.130.2600.40270.7715.9251.96
Hex857198D1A02810f1034
Octal20516123015320504172064
Binary10000101111000110011000110111010010100010000111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857198; }

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

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

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

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

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

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

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

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