Shades of Portage #818CDB
Tints of Portage #818CDB
RGB
CMYK
RGB Variations
Color information
#818CDB (or 0x818CDB) is known color: Portage. HEX triplet: 81, 8C and DB. RGB value is (129,140,219). Sum of RGB (Red+Green+Blue) = 129+140+219=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #818CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CDB is #7E7324. Grayscale: #919191. Windows color (decimal): -8287013 or 14388353. OLE color: 14388353.
HSL color Cylindrical-coordinate representation of color #818CDB: hue angle of 232.67º 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 #818CDB is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 140 | 219 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.14 |
| HSL | 232.67º | 0.56% | 0.68% | - |
| HSV(B) | 232.67º | 0.41% | 0.86% | - |
| XYZ | 31.22 | 28.54 | 70.88 | - |
| YUV | 145.72 | 169.36 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 140 | 219 | 0.41 | 0.36 | 0 | 0.14 | 232.67 | 0.56 | 0.68 |
| Hex | 81 | 8C | DB | 29 | 24 | 0 | E | E9 | 38 | 44 |
| Octal | 201 | 214 | 333 | 51 | 44 | 0 | 16 | 351 | 70 | 104 |
| Binary | 10000001 | 10001100 | 11011011 | 101001 | 100100 | 0 | 1110 | 11101001 | 111000 | 1000100 |
Color Harmonies of #818CDB
Complementary color
Monochromatic Colors of #818CDB
Black with #818CDB
Text Example
Text Example
White with #818CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818CDB; }
p { color: rgb(129,140,219); }
H1.HeaderClassName
{
color: #818CDB;
}
.AnyTagClassName
{
color: #818CDB;
}
</style>
background-color css
<style>
a { background-color: #818CDB; }
a { background-color: rgb(129,140,219); }
div.DivClassName
{
background-color: #818CDB;
}
.BgClassName
{
background-color: #818CDB;
}
</style>
border-color css
<style>
span { border-color: #818CDB; }
span { border-color: rgb(129,140,219); }
td.TdClassName
{
border-color: #818CDB;
}
.TagClassName
{
border-color: #818CDB;
}
</style>