Shades of Portage #809DDB
Tints of Portage #809DDB
RGB
CMYK
RGB Variations
Color information
#809DDB (or 0x809DDB) is known color: Portage. HEX triplet: 80, 9D and DB. RGB value is (128,157,219). Sum of RGB (Red+Green+Blue) = 128+157+219=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #809DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DDB is #7F6224. Grayscale: #9B9B9B. Windows color (decimal): -8348197 or 14392704. OLE color: 14392704.
HSL color Cylindrical-coordinate representation of color #809DDB: hue angle of 220.88º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #809DDB is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 157 | 219 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.14 |
| HSL | 220.88º | 0.56% | 0.68% | - |
| HSV(B) | 220.88º | 0.42% | 0.86% | - |
| XYZ | 33.75 | 33.82 | 71.77 | - |
| YUV | 155.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 157 | 219 | 0.42 | 0.28 | 0 | 0.14 | 220.88 | 0.56 | 0.68 |
| Hex | 80 | 9D | DB | 2A | 1C | 0 | E | DD | 38 | 44 |
| Octal | 200 | 235 | 333 | 52 | 34 | 0 | 16 | 335 | 70 | 104 |
| Binary | 10000000 | 10011101 | 11011011 | 101010 | 11100 | 0 | 1110 | 11011101 | 111000 | 1000100 |
Color Harmonies of #809DDB
Complementary color
Monochromatic Colors of #809DDB
Black with #809DDB
Text Example
Text Example
White with #809DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809DDB; }
p { color: rgb(128,157,219); }
H1.HeaderClassName
{
color: #809DDB;
}
.AnyTagClassName
{
color: #809DDB;
}
</style>
background-color css
<style>
a { background-color: #809DDB; }
a { background-color: rgb(128,157,219); }
div.DivClassName
{
background-color: #809DDB;
}
.BgClassName
{
background-color: #809DDB;
}
</style>
border-color css
<style>
span { border-color: #809DDB; }
span { border-color: rgb(128,157,219); }
td.TdClassName
{
border-color: #809DDB;
}
.TagClassName
{
border-color: #809DDB;
}
</style>