Shades of Portage #8598FB
Tints of Portage #8598FB
RGB
CMYK
RGB Variations
Color information
#8598FB (or 0x8598FB) is known color: Portage. HEX triplet: 85, 98 and FB. RGB value is (133,152,251). Sum of RGB (Red+Green+Blue) = 133+152+251=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #8598FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8598FB is #7A6704. Grayscale: #9D9D9D. Windows color (decimal): -8021765 or 16488581. OLE color: 16488581.
HSL color Cylindrical-coordinate representation of color #8598FB: hue angle of 230.34º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8598FB is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 152 | 251 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.02 |
| HSL | 230.34º | 0.94% | 0.75% | - |
| HSV(B) | 230.34º | 0.47% | 0.98% | - |
| XYZ | 38.31 | 34.41 | 95.89 | - |
| YUV | 157.61 | 180.71 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 251 | 0.47 | 0.39 | 0 | 0.02 | 230.34 | 0.94 | 0.75 |
| Hex | 85 | 98 | FB | 2F | 27 | 0 | 2 | E6 | 5E | 4B |
| Octal | 205 | 230 | 373 | 57 | 47 | 0 | 2 | 346 | 136 | 113 |
| Binary | 10000101 | 10011000 | 11111011 | 101111 | 100111 | 0 | 10 | 11100110 | 1011110 | 1001011 |
Color Harmonies of #8598FB
Complementary color
Monochromatic Colors of #8598FB
Black with #8598FB
Text Example
Text Example
White with #8598FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8598FB; }
p { color: rgb(133,152,251); }
H1.HeaderClassName
{
color: #8598FB;
}
.AnyTagClassName
{
color: #8598FB;
}
</style>
background-color css
<style>
a { background-color: #8598FB; }
a { background-color: rgb(133,152,251); }
div.DivClassName
{
background-color: #8598FB;
}
.BgClassName
{
background-color: #8598FB;
}
</style>
border-color css
<style>
span { border-color: #8598FB; }
span { border-color: rgb(133,152,251); }
td.TdClassName
{
border-color: #8598FB;
}
.TagClassName
{
border-color: #8598FB;
}
</style>