Shades of Portage #819BEF
Tints of Portage #819BEF
RGB
CMYK
RGB Variations
Color information
#819BEF (or 0x819BEF) is known color: Portage. HEX triplet: 81, 9B and EF. RGB value is (129,155,239). Sum of RGB (Red+Green+Blue) = 129+155+239=523 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.67% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #819BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819BEF is #7E6410. Grayscale: #9C9C9C. Windows color (decimal): -8283153 or 15702913. OLE color: 15702913.
HSL color Cylindrical-coordinate representation of color #819BEF: hue angle of 225.82º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #819BEF is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 155 | 239 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.06 |
| HSL | 225.82º | 0.77% | 0.72% | - |
| HSV(B) | 225.82º | 0.46% | 0.94% | - |
| XYZ | 36.35 | 34.34 | 86.37 | - |
| YUV | 156.8 | 174.39 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 239 | 0.46 | 0.35 | 0 | 0.06 | 225.82 | 0.77 | 0.72 |
| Hex | 81 | 9B | EF | 2E | 23 | 0 | 6 | E2 | 4D | 48 |
| Octal | 201 | 233 | 357 | 56 | 43 | 0 | 6 | 342 | 115 | 110 |
| Binary | 10000001 | 10011011 | 11101111 | 101110 | 100011 | 0 | 110 | 11100010 | 1001101 | 1001000 |
Color Harmonies of #819BEF
Complementary color
Monochromatic Colors of #819BEF
Black with #819BEF
Text Example
Text Example
White with #819BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BEF; }
p { color: rgb(129,155,239); }
H1.HeaderClassName
{
color: #819BEF;
}
.AnyTagClassName
{
color: #819BEF;
}
</style>
background-color css
<style>
a { background-color: #819BEF; }
a { background-color: rgb(129,155,239); }
div.DivClassName
{
background-color: #819BEF;
}
.BgClassName
{
background-color: #819BEF;
}
</style>
border-color css
<style>
span { border-color: #819BEF; }
span { border-color: rgb(129,155,239); }
td.TdClassName
{
border-color: #819BEF;
}
.TagClassName
{
border-color: #819BEF;
}
</style>