Shades of Portage #818BCF
Tints of Portage #818BCF
RGB
CMYK
RGB Variations
Color information
#818BCF (or 0x818BCF) is known color: Portage. HEX triplet: 81, 8B and CF. RGB value is (129,139,207). Sum of RGB (Red+Green+Blue) = 129+139+207=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #818BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BCF is #7E7430. Grayscale: #8F8F8F. Windows color (decimal): -8287281 or 13601665. OLE color: 13601665.
HSL color Cylindrical-coordinate representation of color #818BCF: hue angle of 232.31º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #818BCF is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 139 | 207 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.19 |
| HSL | 232.31º | 0.45% | 0.66% | - |
| HSV(B) | 232.31º | 0.38% | 0.81% | - |
| XYZ | 29.55 | 27.64 | 62.81 | - |
| YUV | 143.76 | 163.69 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 207 | 0.38 | 0.33 | 0 | 0.19 | 232.31 | 0.45 | 0.66 |
| Hex | 81 | 8B | CF | 26 | 21 | 0 | 13 | E8 | 2D | 42 |
| Octal | 201 | 213 | 317 | 46 | 41 | 0 | 23 | 350 | 55 | 102 |
| Binary | 10000001 | 10001011 | 11001111 | 100110 | 100001 | 0 | 10011 | 11101000 | 101101 | 1000010 |
Color Harmonies of #818BCF
Complementary color
Monochromatic Colors of #818BCF
Black with #818BCF
Text Example
Text Example
White with #818BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818BCF; }
p { color: rgb(129,139,207); }
H1.HeaderClassName
{
color: #818BCF;
}
.AnyTagClassName
{
color: #818BCF;
}
</style>
background-color css
<style>
a { background-color: #818BCF; }
a { background-color: rgb(129,139,207); }
div.DivClassName
{
background-color: #818BCF;
}
.BgClassName
{
background-color: #818BCF;
}
</style>
border-color css
<style>
span { border-color: #818BCF; }
span { border-color: rgb(129,139,207); }
td.TdClassName
{
border-color: #818BCF;
}
.TagClassName
{
border-color: #818BCF;
}
</style>