Shades of Portage #8194EF
Tints of Portage #8194EF
RGB
CMYK
RGB Variations
Color information
#8194EF (or 0x8194EF) is known color: Portage. HEX triplet: 81, 94 and EF. RGB value is (129,148,239). Sum of RGB (Red+Green+Blue) = 129+148+239=516 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #8194EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8194EF is #7E6B10. Grayscale: #989898. Windows color (decimal): -8284945 or 15701121. OLE color: 15701121.
HSL color Cylindrical-coordinate representation of color #8194EF: hue angle of 229.64º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8194EF is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 148 | 239 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.06 |
| HSL | 229.64º | 0.77% | 0.72% | - |
| HSV(B) | 229.64º | 0.46% | 0.94% | - |
| XYZ | 35.22 | 32.08 | 86 | - |
| YUV | 152.69 | 176.71 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 148 | 239 | 0.46 | 0.38 | 0 | 0.06 | 229.64 | 0.77 | 0.72 |
| Hex | 81 | 94 | EF | 2E | 26 | 0 | 6 | E6 | 4D | 48 |
| Octal | 201 | 224 | 357 | 56 | 46 | 0 | 6 | 346 | 115 | 110 |
| Binary | 10000001 | 10010100 | 11101111 | 101110 | 100110 | 0 | 110 | 11100110 | 1001101 | 1001000 |
Color Harmonies of #8194EF
Complementary color
Monochromatic Colors of #8194EF
Black with #8194EF
Text Example
Text Example
White with #8194EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8194EF; }
p { color: rgb(129,148,239); }
H1.HeaderClassName
{
color: #8194EF;
}
.AnyTagClassName
{
color: #8194EF;
}
</style>
background-color css
<style>
a { background-color: #8194EF; }
a { background-color: rgb(129,148,239); }
div.DivClassName
{
background-color: #8194EF;
}
.BgClassName
{
background-color: #8194EF;
}
</style>
border-color css
<style>
span { border-color: #8194EF; }
span { border-color: rgb(129,148,239); }
td.TdClassName
{
border-color: #8194EF;
}
.TagClassName
{
border-color: #8194EF;
}
</style>