#817098

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

Shades of Deluge #817098

Tints of Deluge #817098

Color information

#817098 (or 0x817098) is unknown color: approx Deluge. HEX triplet: 81, 70 and 98. RGB value is (129,112,152). Sum of RGB (Red+Green+Blue) = 129+112+152=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 152 - color contains mainly: blue. Hex color #817098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817098 is #7E8F67. Grayscale: #797979. Windows color (decimal): -8294248 or 9990273. OLE color: 9990273.

HSL color Cylindrical-coordinate representation of color #817098: hue angle of 265.5º 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 #817098 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB129112152-
CMYK0.150.2600.40
HSL265.5º16.26%51.76%-
HSV(B)265.5º26.32%59.61%-
XYZ20.5118.5232.2-
YUV121.64145.13133.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 112 (44.14% from 255) = 28.50%
BLUE value IS 152 (59.77% from 255) = 38.68%
R=32.82%
G=28.50%
B=38.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291121520.150.2600.40265.516.2651.76
Hex817098F1A02810a1034
Octal20116023017320504122064
Binary10000001111000010011000111111010010100010000101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817098; }

 p { color: rgb(129,112,152); }

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

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

 a { background-color: rgb(129,112,152); }

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

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

 span { border-color: rgb(129,112,152); }

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