Shades of Portage #8192D0
Tints of Portage #8192D0
RGB
CMYK
RGB Variations
Color information
#8192D0 (or 0x8192D0) is known color: Portage. HEX triplet: 81, 92 and D0. RGB value is (129,146,208). Sum of RGB (Red+Green+Blue) = 129+146+208=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #8192D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8192D0 is #7E6D2F. Grayscale: #939393. Windows color (decimal): -8285488 or 13668993. OLE color: 13668993.
HSL color Cylindrical-coordinate representation of color #8192D0: hue angle of 227.09º degrees, saturation: 0.46, 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 #8192D0 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 146 | 208 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.18 |
| HSL | 227.09º | 0.46% | 0.66% | - |
| HSV(B) | 227.09º | 0.38% | 0.82% | - |
| XYZ | 30.72 | 29.78 | 63.8 | - |
| YUV | 147.99 | 161.87 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 146 | 208 | 0.38 | 0.30 | 0 | 0.18 | 227.09 | 0.46 | 0.66 |
| Hex | 81 | 92 | D0 | 26 | 1E | 0 | 12 | E3 | 2E | 42 |
| Octal | 201 | 222 | 320 | 46 | 36 | 0 | 22 | 343 | 56 | 102 |
| Binary | 10000001 | 10010010 | 11010000 | 100110 | 11110 | 0 | 10010 | 11100011 | 101110 | 1000010 |
Color Harmonies of #8192D0
Complementary color
Monochromatic Colors of #8192D0
Black with #8192D0
Text Example
Text Example
White with #8192D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8192D0; }
p { color: rgb(129,146,208); }
H1.HeaderClassName
{
color: #8192D0;
}
.AnyTagClassName
{
color: #8192D0;
}
</style>
background-color css
<style>
a { background-color: #8192D0; }
a { background-color: rgb(129,146,208); }
div.DivClassName
{
background-color: #8192D0;
}
.BgClassName
{
background-color: #8192D0;
}
</style>
border-color css
<style>
span { border-color: #8192D0; }
span { border-color: rgb(129,146,208); }
td.TdClassName
{
border-color: #8192D0;
}
.TagClassName
{
border-color: #8192D0;
}
</style>