Shades of Portage #8199DA
Tints of Portage #8199DA
RGB
CMYK
RGB Variations
Color information
#8199DA (or 0x8199DA) is known color: Portage. HEX triplet: 81, 99 and DA. RGB value is (129,153,218). Sum of RGB (Red+Green+Blue) = 129+153+218=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #8199DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199DA is #7E6625. Grayscale: #989898. Windows color (decimal): -8283686 or 14326145. OLE color: 14326145.
HSL color Cylindrical-coordinate representation of color #8199DA: hue angle of 223.82º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8199DA is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 153 | 218 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.15 |
| HSL | 223.82º | 0.55% | 0.68% | - |
| HSV(B) | 223.82º | 0.41% | 0.85% | - |
| XYZ | 33.1 | 32.51 | 70.86 | - |
| YUV | 153.23 | 164.55 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 218 | 0.41 | 0.30 | 0 | 0.15 | 223.82 | 0.55 | 0.68 |
| Hex | 81 | 99 | DA | 29 | 1E | 0 | F | E0 | 37 | 44 |
| Octal | 201 | 231 | 332 | 51 | 36 | 0 | 17 | 340 | 67 | 104 |
| Binary | 10000001 | 10011001 | 11011010 | 101001 | 11110 | 0 | 1111 | 11100000 | 110111 | 1000100 |
Color Harmonies of #8199DA
Complementary color
Monochromatic Colors of #8199DA
Black with #8199DA
Text Example
Text Example
White with #8199DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8199DA; }
p { color: rgb(129,153,218); }
H1.HeaderClassName
{
color: #8199DA;
}
.AnyTagClassName
{
color: #8199DA;
}
</style>
background-color css
<style>
a { background-color: #8199DA; }
a { background-color: rgb(129,153,218); }
div.DivClassName
{
background-color: #8199DA;
}
.BgClassName
{
background-color: #8199DA;
}
</style>
border-color css
<style>
span { border-color: #8199DA; }
span { border-color: rgb(129,153,218); }
td.TdClassName
{
border-color: #8199DA;
}
.TagClassName
{
border-color: #8199DA;
}
</style>