Shades of Portage #819BDE
Tints of Portage #819BDE
RGB
CMYK
RGB Variations
Color information
#819BDE (or 0x819BDE) is known color: Portage. HEX triplet: 81, 9B and DE. RGB value is (129,155,222). Sum of RGB (Red+Green+Blue) = 129+155+222=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #819BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BDE is #7E6421. Grayscale: #9A9A9A. Windows color (decimal): -8283170 or 14588801. OLE color: 14588801.
HSL color Cylindrical-coordinate representation of color #819BDE: hue angle of 223.23º degrees, saturation: 0.58, 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 #819BDE is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 155 | 222 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.13 |
| HSL | 223.23º | 0.58% | 0.69% | - |
| HSV(B) | 223.23º | 0.42% | 0.87% | - |
| XYZ | 33.96 | 33.38 | 73.76 | - |
| YUV | 154.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 222 | 0.42 | 0.30 | 0 | 0.13 | 223.23 | 0.58 | 0.69 |
| Hex | 81 | 9B | DE | 2A | 1E | 0 | D | DF | 3A | 45 |
| Octal | 201 | 233 | 336 | 52 | 36 | 0 | 15 | 337 | 72 | 105 |
| Binary | 10000001 | 10011011 | 11011110 | 101010 | 11110 | 0 | 1101 | 11011111 | 111010 | 1000101 |
Color Harmonies of #819BDE
Complementary color
Monochromatic Colors of #819BDE
Black with #819BDE
Text Example
Text Example
White with #819BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BDE; }
p { color: rgb(129,155,222); }
H1.HeaderClassName
{
color: #819BDE;
}
.AnyTagClassName
{
color: #819BDE;
}
</style>
background-color css
<style>
a { background-color: #819BDE; }
a { background-color: rgb(129,155,222); }
div.DivClassName
{
background-color: #819BDE;
}
.BgClassName
{
background-color: #819BDE;
}
</style>
border-color css
<style>
span { border-color: #819BDE; }
span { border-color: rgb(129,155,222); }
td.TdClassName
{
border-color: #819BDE;
}
.TagClassName
{
border-color: #819BDE;
}
</style>