#806299

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

Shades of Deluge #806299

Tints of Deluge #806299

Color information

#806299 (or 0x806299) is unknown color: approx Deluge. HEX triplet: 80, 62 and 99. RGB value is (128,98,153). Sum of RGB (Red+Green+Blue) = 128+98+153=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #806299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806299 is #7F9D66. Grayscale: #717171. Windows color (decimal): -8363367 or 10052224. OLE color: 10052224.

HSL color Cylindrical-coordinate representation of color #806299: hue angle of 272.73º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #806299 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12898153-
CMYK0.160.3600.4
HSL272.73º21.91%49.22%-
HSV(B)272.73º35.95%60%-
XYZ19.0215.6232.15-
YUV113.24150.44138.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 98 (38.67% from 255) = 25.86%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=33.77%
G=25.86%
B=40.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128981530.160.3600.4272.7321.9149.22
Hex80629910240281111631
Octal20014223120440504212661
Binary1000000011000101001100110000100100010100010001000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806299; }

 p { color: rgb(128,98,153); }

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

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

 a { background-color: rgb(128,98,153); }

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

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

 span { border-color: rgb(128,98,153); }

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