Shades of Portage #8198ED
Tints of Portage #8198ED
RGB
CMYK
RGB Variations
Color information
#8198ED (or 0x8198ED) is known color: Portage. HEX triplet: 81, 98 and ED. RGB value is (129,152,237). Sum of RGB (Red+Green+Blue) = 129+152+237=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #8198ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8198ED is #7E6712. Grayscale: #9A9A9A. Windows color (decimal): -8283923 or 15571073. OLE color: 15571073.
HSL color Cylindrical-coordinate representation of color #8198ED: hue angle of 227.22º degrees, saturation: 0.75, 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 #8198ED is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 152 | 237 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.07 |
| HSL | 227.22º | 0.75% | 0.72% | - |
| HSV(B) | 227.22º | 0.46% | 0.93% | - |
| XYZ | 35.57 | 33.24 | 84.66 | - |
| YUV | 154.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 237 | 0.46 | 0.36 | 0 | 0.07 | 227.22 | 0.75 | 0.72 |
| Hex | 81 | 98 | ED | 2E | 24 | 0 | 7 | E3 | 4B | 48 |
| Octal | 201 | 230 | 355 | 56 | 44 | 0 | 7 | 343 | 113 | 110 |
| Binary | 10000001 | 10011000 | 11101101 | 101110 | 100100 | 0 | 111 | 11100011 | 1001011 | 1001000 |
Color Harmonies of #8198ED
Complementary color
Monochromatic Colors of #8198ED
Black with #8198ED
Text Example
Text Example
White with #8198ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8198ED; }
p { color: rgb(129,152,237); }
H1.HeaderClassName
{
color: #8198ED;
}
.AnyTagClassName
{
color: #8198ED;
}
</style>
background-color css
<style>
a { background-color: #8198ED; }
a { background-color: rgb(129,152,237); }
div.DivClassName
{
background-color: #8198ED;
}
.BgClassName
{
background-color: #8198ED;
}
</style>
border-color css
<style>
span { border-color: #8198ED; }
span { border-color: rgb(129,152,237); }
td.TdClassName
{
border-color: #8198ED;
}
.TagClassName
{
border-color: #8198ED;
}
</style>