Shades of Portage #8099DD
Tints of Portage #8099DD
RGB
CMYK
RGB Variations
Color information
#8099DD (or 0x8099DD) is known color: Portage. HEX triplet: 80, 99 and DD. RGB value is (128,153,221). Sum of RGB (Red+Green+Blue) = 128+153+221=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #8099DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099DD is #7F6622. Grayscale: #989898. Windows color (decimal): -8349219 or 14522752. OLE color: 14522752.
HSL color Cylindrical-coordinate representation of color #8099DD: hue angle of 223.87º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8099DD is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 153 | 221 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.13 |
| HSL | 223.87º | 0.58% | 0.68% | - |
| HSV(B) | 223.87º | 0.42% | 0.87% | - |
| XYZ | 33.34 | 32.59 | 72.94 | - |
| YUV | 153.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 221 | 0.42 | 0.31 | 0 | 0.13 | 223.87 | 0.58 | 0.68 |
| Hex | 80 | 99 | DD | 2A | 1F | 0 | D | E0 | 3A | 44 |
| Octal | 200 | 231 | 335 | 52 | 37 | 0 | 15 | 340 | 72 | 104 |
| Binary | 10000000 | 10011001 | 11011101 | 101010 | 11111 | 0 | 1101 | 11100000 | 111010 | 1000100 |
Color Harmonies of #8099DD
Complementary color
Monochromatic Colors of #8099DD
Black with #8099DD
Text Example
Text Example
White with #8099DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8099DD; }
p { color: rgb(128,153,221); }
H1.HeaderClassName
{
color: #8099DD;
}
.AnyTagClassName
{
color: #8099DD;
}
</style>
background-color css
<style>
a { background-color: #8099DD; }
a { background-color: rgb(128,153,221); }
div.DivClassName
{
background-color: #8099DD;
}
.BgClassName
{
background-color: #8099DD;
}
</style>
border-color css
<style>
span { border-color: #8099DD; }
span { border-color: rgb(128,153,221); }
td.TdClassName
{
border-color: #8099DD;
}
.TagClassName
{
border-color: #8099DD;
}
</style>