Shades of Portage #8199DB
Tints of Portage #8199DB
RGB
CMYK
RGB Variations
Color information
#8199DB (or 0x8199DB) is known color: Portage. HEX triplet: 81, 99 and DB. RGB value is (129,153,219). Sum of RGB (Red+Green+Blue) = 129+153+219=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #8199DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199DB is #7E6624. Grayscale: #999999. Windows color (decimal): -8283685 or 14391681. OLE color: 14391681.
HSL color Cylindrical-coordinate representation of color #8199DB: hue angle of 224º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8199DB is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 153 | 219 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.14 |
| HSL | 224º | 0.56% | 0.68% | - |
| HSV(B) | 224º | 0.41% | 0.86% | - |
| XYZ | 33.23 | 32.56 | 71.55 | - |
| YUV | 153.35 | 165.05 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 219 | 0.41 | 0.30 | 0 | 0.14 | 224 | 0.56 | 0.68 |
| Hex | 81 | 99 | DB | 29 | 1E | 0 | E | E0 | 38 | 44 |
| Octal | 201 | 231 | 333 | 51 | 36 | 0 | 16 | 340 | 70 | 104 |
| Binary | 10000001 | 10011001 | 11011011 | 101001 | 11110 | 0 | 1110 | 11100000 | 111000 | 1000100 |
Color Harmonies of #8199DB
Complementary color
Monochromatic Colors of #8199DB
Black with #8199DB
Text Example
Text Example
White with #8199DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8199DB; }
p { color: rgb(129,153,219); }
H1.HeaderClassName
{
color: #8199DB;
}
.AnyTagClassName
{
color: #8199DB;
}
</style>
background-color css
<style>
a { background-color: #8199DB; }
a { background-color: rgb(129,153,219); }
div.DivClassName
{
background-color: #8199DB;
}
.BgClassName
{
background-color: #8199DB;
}
</style>
border-color css
<style>
span { border-color: #8199DB; }
span { border-color: rgb(129,153,219); }
td.TdClassName
{
border-color: #8199DB;
}
.TagClassName
{
border-color: #8199DB;
}
</style>