Shades of Portage #8598D9
Tints of Portage #8598D9
RGB
CMYK
RGB Variations
Color information
#8598D9 (or 0x8598D9) is known color: Portage. HEX triplet: 85, 98 and D9. RGB value is (133,152,217). Sum of RGB (Red+Green+Blue) = 133+152+217=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #8598D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598D9 is #7A6726. Grayscale: #999999. Windows color (decimal): -8021799 or 14260357. OLE color: 14260357.
HSL color Cylindrical-coordinate representation of color #8598D9: hue angle of 226.43º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8598D9 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 152 | 217 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.15 |
| HSL | 226.43º | 0.53% | 0.69% | - |
| HSV(B) | 226.43º | 0.39% | 0.85% | - |
| XYZ | 33.43 | 32.45 | 70.15 | - |
| YUV | 153.73 | 163.71 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 217 | 0.39 | 0.30 | 0 | 0.15 | 226.43 | 0.53 | 0.69 |
| Hex | 85 | 98 | D9 | 27 | 1E | 0 | F | E2 | 34 | 45 |
| Octal | 205 | 230 | 331 | 47 | 36 | 0 | 17 | 342 | 64 | 105 |
| Binary | 10000101 | 10011000 | 11011001 | 100111 | 11110 | 0 | 1111 | 11100010 | 110100 | 1000101 |
Color Harmonies of #8598D9
Complementary color
Monochromatic Colors of #8598D9
Black with #8598D9
Text Example
Text Example
White with #8598D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8598D9; }
p { color: rgb(133,152,217); }
H1.HeaderClassName
{
color: #8598D9;
}
.AnyTagClassName
{
color: #8598D9;
}
</style>
background-color css
<style>
a { background-color: #8598D9; }
a { background-color: rgb(133,152,217); }
div.DivClassName
{
background-color: #8598D9;
}
.BgClassName
{
background-color: #8598D9;
}
</style>
border-color css
<style>
span { border-color: #8598D9; }
span { border-color: rgb(133,152,217); }
td.TdClassName
{
border-color: #8598D9;
}
.TagClassName
{
border-color: #8598D9;
}
</style>