Shades of Portage #819BD5
Tints of Portage #819BD5
RGB
CMYK
RGB Variations
Color information
#819BD5 (or 0x819BD5) is known color: Portage. HEX triplet: 81, 9B and D5. RGB value is (129,155,213). Sum of RGB (Red+Green+Blue) = 129+155+213=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #819BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BD5 is #7E642A. Grayscale: #999999. Windows color (decimal): -8283179 or 13998977. OLE color: 13998977.
HSL color Cylindrical-coordinate representation of color #819BD5: hue angle of 221.43º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #819BD5 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 155 | 213 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.16 |
| HSL | 221.43º | 0.5% | 0.67% | - |
| HSV(B) | 221.43º | 0.39% | 0.84% | - |
| XYZ | 32.78 | 32.91 | 67.58 | - |
| YUV | 153.84 | 161.39 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 213 | 0.39 | 0.27 | 0 | 0.16 | 221.43 | 0.5 | 0.67 |
| Hex | 81 | 9B | D5 | 27 | 1B | 0 | 10 | DD | 32 | 43 |
| Octal | 201 | 233 | 325 | 47 | 33 | 0 | 20 | 335 | 62 | 103 |
| Binary | 10000001 | 10011011 | 11010101 | 100111 | 11011 | 0 | 10000 | 11011101 | 110010 | 1000011 |
Color Harmonies of #819BD5
Complementary color
Monochromatic Colors of #819BD5
Black with #819BD5
Text Example
Text Example
White with #819BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BD5; }
p { color: rgb(129,155,213); }
H1.HeaderClassName
{
color: #819BD5;
}
.AnyTagClassName
{
color: #819BD5;
}
</style>
background-color css
<style>
a { background-color: #819BD5; }
a { background-color: rgb(129,155,213); }
div.DivClassName
{
background-color: #819BD5;
}
.BgClassName
{
background-color: #819BD5;
}
</style>
border-color css
<style>
span { border-color: #819BD5; }
span { border-color: rgb(129,155,213); }
td.TdClassName
{
border-color: #819BD5;
}
.TagClassName
{
border-color: #819BD5;
}
</style>