Shades of Portage #818BDB
Tints of Portage #818BDB
RGB
CMYK
RGB Variations
Color information
#818BDB (or 0x818BDB) is known color: Portage. HEX triplet: 81, 8B and DB. RGB value is (129,139,219). Sum of RGB (Red+Green+Blue) = 129+139+219=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #818BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BDB is #7E7424. Grayscale: #909090. Windows color (decimal): -8287269 or 14388097. OLE color: 14388097.
HSL color Cylindrical-coordinate representation of color #818BDB: hue angle of 233.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #818BDB is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 139 | 219 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.14 |
| HSL | 233.33º | 0.56% | 0.68% | - |
| HSV(B) | 233.33º | 0.41% | 0.86% | - |
| XYZ | 31.07 | 28.25 | 70.83 | - |
| YUV | 145.13 | 169.69 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 219 | 0.41 | 0.37 | 0 | 0.14 | 233.33 | 0.56 | 0.68 |
| Hex | 81 | 8B | DB | 29 | 25 | 0 | E | E9 | 38 | 44 |
| Octal | 201 | 213 | 333 | 51 | 45 | 0 | 16 | 351 | 70 | 104 |
| Binary | 10000001 | 10001011 | 11011011 | 101001 | 100101 | 0 | 1110 | 11101001 | 111000 | 1000100 |
Color Harmonies of #818BDB
Complementary color
Monochromatic Colors of #818BDB
Black with #818BDB
Text Example
Text Example
White with #818BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818BDB; }
p { color: rgb(129,139,219); }
H1.HeaderClassName
{
color: #818BDB;
}
.AnyTagClassName
{
color: #818BDB;
}
</style>
background-color css
<style>
a { background-color: #818BDB; }
a { background-color: rgb(129,139,219); }
div.DivClassName
{
background-color: #818BDB;
}
.BgClassName
{
background-color: #818BDB;
}
</style>
border-color css
<style>
span { border-color: #818BDB; }
span { border-color: rgb(129,139,219); }
td.TdClassName
{
border-color: #818BDB;
}
.TagClassName
{
border-color: #818BDB;
}
</style>