Shades of Portage #8099DC
Tints of Portage #8099DC
RGB
CMYK
RGB Variations
Color information
#8099DC (or 0x8099DC) is known color: Portage. HEX triplet: 80, 99 and DC. RGB value is (128,153,220). Sum of RGB (Red+Green+Blue) = 128+153+220=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #8099DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099DC is #7F6623. Grayscale: #989898. Windows color (decimal): -8349220 or 14457216. OLE color: 14457216.
HSL color Cylindrical-coordinate representation of color #8099DC: hue angle of 223.7º degrees, saturation: 0.57, 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 #8099DC is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 153 | 220 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.14 |
| HSL | 223.7º | 0.57% | 0.68% | - |
| HSV(B) | 223.7º | 0.42% | 0.86% | - |
| XYZ | 33.21 | 32.54 | 72.24 | - |
| YUV | 153.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 220 | 0.42 | 0.30 | 0 | 0.14 | 223.7 | 0.57 | 0.68 |
| Hex | 80 | 99 | DC | 2A | 1E | 0 | E | E0 | 39 | 44 |
| Octal | 200 | 231 | 334 | 52 | 36 | 0 | 16 | 340 | 71 | 104 |
| Binary | 10000000 | 10011001 | 11011100 | 101010 | 11110 | 0 | 1110 | 11100000 | 111001 | 1000100 |
Color Harmonies of #8099DC
Complementary color
Monochromatic Colors of #8099DC
Black with #8099DC
Text Example
Text Example
White with #8099DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8099DC; }
p { color: rgb(128,153,220); }
H1.HeaderClassName
{
color: #8099DC;
}
.AnyTagClassName
{
color: #8099DC;
}
</style>
background-color css
<style>
a { background-color: #8099DC; }
a { background-color: rgb(128,153,220); }
div.DivClassName
{
background-color: #8099DC;
}
.BgClassName
{
background-color: #8099DC;
}
</style>
border-color css
<style>
span { border-color: #8099DC; }
span { border-color: rgb(128,153,220); }
td.TdClassName
{
border-color: #8099DC;
}
.TagClassName
{
border-color: #8099DC;
}
</style>