Shades of Portage #8192EA
Tints of Portage #8192EA
RGB
CMYK
RGB Variations
Color information
#8192EA (or 0x8192EA) is known color: Portage. HEX triplet: 81, 92 and EA. RGB value is (129,146,234). Sum of RGB (Red+Green+Blue) = 129+146+234=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #8192EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8192EA is #7E6D15. Grayscale: #969696. Windows color (decimal): -8285462 or 15372929. OLE color: 15372929.
HSL color Cylindrical-coordinate representation of color #8192EA: hue angle of 230.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8192EA is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 146 | 234 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.08 |
| HSL | 230.29º | 0.71% | 0.71% | - |
| HSV(B) | 230.29º | 0.45% | 0.92% | - |
| XYZ | 34.18 | 31.17 | 82.06 | - |
| YUV | 150.95 | 174.87 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 146 | 234 | 0.45 | 0.38 | 0 | 0.08 | 230.29 | 0.71 | 0.71 |
| Hex | 81 | 92 | EA | 2D | 26 | 0 | 8 | E6 | 47 | 47 |
| Octal | 201 | 222 | 352 | 55 | 46 | 0 | 10 | 346 | 107 | 107 |
| Binary | 10000001 | 10010010 | 11101010 | 101101 | 100110 | 0 | 1000 | 11100110 | 1000111 | 1000111 |
Color Harmonies of #8192EA
Complementary color
Monochromatic Colors of #8192EA
Black with #8192EA
Text Example
Text Example
White with #8192EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8192EA; }
p { color: rgb(129,146,234); }
H1.HeaderClassName
{
color: #8192EA;
}
.AnyTagClassName
{
color: #8192EA;
}
</style>
background-color css
<style>
a { background-color: #8192EA; }
a { background-color: rgb(129,146,234); }
div.DivClassName
{
background-color: #8192EA;
}
.BgClassName
{
background-color: #8192EA;
}
</style>
border-color css
<style>
span { border-color: #8192EA; }
span { border-color: rgb(129,146,234); }
td.TdClassName
{
border-color: #8192EA;
}
.TagClassName
{
border-color: #8192EA;
}
</style>