Shades of Portage #8099D1
Tints of Portage #8099D1
RGB
CMYK
RGB Variations
Color information
#8099D1 (or 0x8099D1) is known color: Portage. HEX triplet: 80, 99 and D1. RGB value is (128,153,209). Sum of RGB (Red+Green+Blue) = 128+153+209=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #8099D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099D1 is #7F662E. Grayscale: #979797. Windows color (decimal): -8349231 or 13736320. OLE color: 13736320.
HSL color Cylindrical-coordinate representation of color #8099D1: hue angle of 221.48º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8099D1 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 153 | 209 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.18 |
| HSL | 221.48º | 0.47% | 0.66% | - |
| HSV(B) | 221.48º | 0.39% | 0.82% | - |
| XYZ | 31.8 | 31.98 | 64.82 | - |
| YUV | 151.91 | 160.22 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 209 | 0.39 | 0.27 | 0 | 0.18 | 221.48 | 0.47 | 0.66 |
| Hex | 80 | 99 | D1 | 27 | 1B | 0 | 12 | DD | 2F | 42 |
| Octal | 200 | 231 | 321 | 47 | 33 | 0 | 22 | 335 | 57 | 102 |
| Binary | 10000000 | 10011001 | 11010001 | 100111 | 11011 | 0 | 10010 | 11011101 | 101111 | 1000010 |
Color Harmonies of #8099D1
Complementary color
Monochromatic Colors of #8099D1
Black with #8099D1
Text Example
Text Example
White with #8099D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8099D1; }
p { color: rgb(128,153,209); }
H1.HeaderClassName
{
color: #8099D1;
}
.AnyTagClassName
{
color: #8099D1;
}
</style>
background-color css
<style>
a { background-color: #8099D1; }
a { background-color: rgb(128,153,209); }
div.DivClassName
{
background-color: #8099D1;
}
.BgClassName
{
background-color: #8099D1;
}
</style>
border-color css
<style>
span { border-color: #8099D1; }
span { border-color: rgb(128,153,209); }
td.TdClassName
{
border-color: #8099D1;
}
.TagClassName
{
border-color: #8099D1;
}
</style>