Shades of Portage #8194EE
Tints of Portage #8194EE
RGB
CMYK
RGB Variations
Color information
#8194EE (or 0x8194EE) is known color: Portage. HEX triplet: 81, 94 and EE. RGB value is (129,148,238). Sum of RGB (Red+Green+Blue) = 129+148+238=515 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.05% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #8194EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8194EE is #7E6B11. Grayscale: #989898. Windows color (decimal): -8284946 or 15635585. OLE color: 15635585.
HSL color Cylindrical-coordinate representation of color #8194EE: hue angle of 229.54º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8194EE is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 148 | 238 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.07 |
| HSL | 229.54º | 0.76% | 0.72% | - |
| HSV(B) | 229.54º | 0.46% | 0.93% | - |
| XYZ | 35.08 | 32.02 | 85.22 | - |
| YUV | 152.58 | 176.21 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 148 | 238 | 0.46 | 0.38 | 0 | 0.07 | 229.54 | 0.76 | 0.72 |
| Hex | 81 | 94 | EE | 2E | 26 | 0 | 7 | E6 | 4C | 48 |
| Octal | 201 | 224 | 356 | 56 | 46 | 0 | 7 | 346 | 114 | 110 |
| Binary | 10000001 | 10010100 | 11101110 | 101110 | 100110 | 0 | 111 | 11100110 | 1001100 | 1001000 |
Color Harmonies of #8194EE
Complementary color
Monochromatic Colors of #8194EE
Black with #8194EE
Text Example
Text Example
White with #8194EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8194EE; }
p { color: rgb(129,148,238); }
H1.HeaderClassName
{
color: #8194EE;
}
.AnyTagClassName
{
color: #8194EE;
}
</style>
background-color css
<style>
a { background-color: #8194EE; }
a { background-color: rgb(129,148,238); }
div.DivClassName
{
background-color: #8194EE;
}
.BgClassName
{
background-color: #8194EE;
}
</style>
border-color css
<style>
span { border-color: #8194EE; }
span { border-color: rgb(129,148,238); }
td.TdClassName
{
border-color: #8194EE;
}
.TagClassName
{
border-color: #8194EE;
}
</style>