Shades of Portage #818BD1
Tints of Portage #818BD1
RGB
CMYK
RGB Variations
Color information
#818BD1 (or 0x818BD1) is known color: Portage. HEX triplet: 81, 8B and D1. RGB value is (129,139,209). Sum of RGB (Red+Green+Blue) = 129+139+209=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #818BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BD1 is #7E742E. Grayscale: #8F8F8F. Windows color (decimal): -8287279 or 13732737. OLE color: 13732737.
HSL color Cylindrical-coordinate representation of color #818BD1: hue angle of 232.5º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #818BD1 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 139 | 209 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.18 |
| HSL | 232.5º | 0.47% | 0.66% | - |
| HSV(B) | 232.5º | 0.38% | 0.82% | - |
| XYZ | 29.79 | 27.74 | 64.1 | - |
| YUV | 143.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 209 | 0.38 | 0.33 | 0 | 0.18 | 232.5 | 0.47 | 0.66 |
| Hex | 81 | 8B | D1 | 26 | 21 | 0 | 12 | E8 | 2F | 42 |
| Octal | 201 | 213 | 321 | 46 | 41 | 0 | 22 | 350 | 57 | 102 |
| Binary | 10000001 | 10001011 | 11010001 | 100110 | 100001 | 0 | 10010 | 11101000 | 101111 | 1000010 |
Color Harmonies of #818BD1
Complementary color
Monochromatic Colors of #818BD1
Black with #818BD1
Text Example
Text Example
White with #818BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818BD1; }
p { color: rgb(129,139,209); }
H1.HeaderClassName
{
color: #818BD1;
}
.AnyTagClassName
{
color: #818BD1;
}
</style>
background-color css
<style>
a { background-color: #818BD1; }
a { background-color: rgb(129,139,209); }
div.DivClassName
{
background-color: #818BD1;
}
.BgClassName
{
background-color: #818BD1;
}
</style>
border-color css
<style>
span { border-color: #818BD1; }
span { border-color: rgb(129,139,209); }
td.TdClassName
{
border-color: #818BD1;
}
.TagClassName
{
border-color: #818BD1;
}
</style>