Shades of Portage #8598FC
Tints of Portage #8598FC
RGB
CMYK
RGB Variations
Color information
#8598FC (or 0x8598FC) is known color: Portage. HEX triplet: 85, 98 and FC. RGB value is (133,152,252). Sum of RGB (Red+Green+Blue) = 133+152+252=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #8598FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8598FC is #7A6703. Grayscale: #9D9D9D. Windows color (decimal): -8021764 or 16554117. OLE color: 16554117.
HSL color Cylindrical-coordinate representation of color #8598FC: hue angle of 230.42º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8598FC is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 152 | 252 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.01 |
| HSL | 230.42º | 0.95% | 0.75% | - |
| HSV(B) | 230.42º | 0.47% | 0.99% | - |
| XYZ | 38.47 | 34.47 | 96.72 | - |
| YUV | 157.72 | 181.21 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 252 | 0.47 | 0.40 | 0 | 0.01 | 230.42 | 0.95 | 0.75 |
| Hex | 85 | 98 | FC | 2F | 28 | 0 | 1 | E6 | 5F | 4B |
| Octal | 205 | 230 | 374 | 57 | 50 | 0 | 1 | 346 | 137 | 113 |
| Binary | 10000101 | 10011000 | 11111100 | 101111 | 101000 | 0 | 1 | 11100110 | 1011111 | 1001011 |
Color Harmonies of #8598FC
Complementary color
Monochromatic Colors of #8598FC
Black with #8598FC
Text Example
Text Example
White with #8598FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8598FC; }
p { color: rgb(133,152,252); }
H1.HeaderClassName
{
color: #8598FC;
}
.AnyTagClassName
{
color: #8598FC;
}
</style>
background-color css
<style>
a { background-color: #8598FC; }
a { background-color: rgb(133,152,252); }
div.DivClassName
{
background-color: #8598FC;
}
.BgClassName
{
background-color: #8598FC;
}
</style>
border-color css
<style>
span { border-color: #8598FC; }
span { border-color: rgb(133,152,252); }
td.TdClassName
{
border-color: #8598FC;
}
.TagClassName
{
border-color: #8598FC;
}
</style>