Shades of Portage #818FD5
Tints of Portage #818FD5
RGB
CMYK
RGB Variations
Color information
#818FD5 (or 0x818FD5) is known color: Portage. HEX triplet: 81, 8F and D5. RGB value is (129,143,213). Sum of RGB (Red+Green+Blue) = 129+143+213=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #818FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FD5 is #7E702A. Grayscale: #929292. Windows color (decimal): -8286251 or 13995905. OLE color: 13995905.
HSL color Cylindrical-coordinate representation of color #818FD5: hue angle of 230º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #818FD5 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 143 | 213 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.16 |
| HSL | 230º | 0.5% | 0.67% | - |
| HSV(B) | 230º | 0.39% | 0.84% | - |
| XYZ | 30.89 | 29.12 | 66.94 | - |
| YUV | 146.79 | 165.36 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 143 | 213 | 0.39 | 0.33 | 0 | 0.16 | 230 | 0.5 | 0.67 |
| Hex | 81 | 8F | D5 | 27 | 21 | 0 | 10 | E6 | 32 | 43 |
| Octal | 201 | 217 | 325 | 47 | 41 | 0 | 20 | 346 | 62 | 103 |
| Binary | 10000001 | 10001111 | 11010101 | 100111 | 100001 | 0 | 10000 | 11100110 | 110010 | 1000011 |
Color Harmonies of #818FD5
Complementary color
Monochromatic Colors of #818FD5
Black with #818FD5
Text Example
Text Example
White with #818FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818FD5; }
p { color: rgb(129,143,213); }
H1.HeaderClassName
{
color: #818FD5;
}
.AnyTagClassName
{
color: #818FD5;
}
</style>
background-color css
<style>
a { background-color: #818FD5; }
a { background-color: rgb(129,143,213); }
div.DivClassName
{
background-color: #818FD5;
}
.BgClassName
{
background-color: #818FD5;
}
</style>
border-color css
<style>
span { border-color: #818FD5; }
span { border-color: rgb(129,143,213); }
td.TdClassName
{
border-color: #818FD5;
}
.TagClassName
{
border-color: #818FD5;
}
</style>