Shades of Portage #819BDF
Tints of Portage #819BDF
RGB
CMYK
RGB Variations
Color information
#819BDF (or 0x819BDF) is known color: Portage. HEX triplet: 81, 9B and DF. RGB value is (129,155,223). Sum of RGB (Red+Green+Blue) = 129+155+223=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #819BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BDF is #7E6420. Grayscale: #9A9A9A. Windows color (decimal): -8283169 or 14654337. OLE color: 14654337.
HSL color Cylindrical-coordinate representation of color #819BDF: hue angle of 223.4º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #819BDF is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 155 | 223 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.13 |
| HSL | 223.4º | 0.59% | 0.69% | - |
| HSV(B) | 223.4º | 0.42% | 0.87% | - |
| XYZ | 34.09 | 33.44 | 74.47 | - |
| YUV | 154.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 223 | 0.42 | 0.30 | 0 | 0.13 | 223.4 | 0.59 | 0.69 |
| Hex | 81 | 9B | DF | 2A | 1E | 0 | D | DF | 3B | 45 |
| Octal | 201 | 233 | 337 | 52 | 36 | 0 | 15 | 337 | 73 | 105 |
| Binary | 10000001 | 10011011 | 11011111 | 101010 | 11110 | 0 | 1101 | 11011111 | 111011 | 1000101 |
Color Harmonies of #819BDF
Complementary color
Monochromatic Colors of #819BDF
Black with #819BDF
Text Example
Text Example
White with #819BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BDF; }
p { color: rgb(129,155,223); }
H1.HeaderClassName
{
color: #819BDF;
}
.AnyTagClassName
{
color: #819BDF;
}
</style>
background-color css
<style>
a { background-color: #819BDF; }
a { background-color: rgb(129,155,223); }
div.DivClassName
{
background-color: #819BDF;
}
.BgClassName
{
background-color: #819BDF;
}
</style>
border-color css
<style>
span { border-color: #819BDF; }
span { border-color: rgb(129,155,223); }
td.TdClassName
{
border-color: #819BDF;
}
.TagClassName
{
border-color: #819BDF;
}
</style>