Shades of Portage #8599F3
Tints of Portage #8599F3
RGB
CMYK
RGB Variations
Color information
#8599F3 (or 0x8599F3) is known color: Portage. HEX triplet: 85, 99 and F3. RGB value is (133,153,243). Sum of RGB (Red+Green+Blue) = 133+153+243=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #8599F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8599F3 is #7A660C. Grayscale: #9C9C9C. Windows color (decimal): -8021517 or 15964549. OLE color: 15964549.
HSL color Cylindrical-coordinate representation of color #8599F3: hue angle of 229.09º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8599F3 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 153 | 243 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.05 |
| HSL | 229.09º | 0.82% | 0.74% | - |
| HSV(B) | 229.09º | 0.45% | 0.95% | - |
| XYZ | 37.24 | 34.24 | 89.44 | - |
| YUV | 157.28 | 176.37 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 243 | 0.45 | 0.37 | 0 | 0.05 | 229.09 | 0.82 | 0.74 |
| Hex | 85 | 99 | F3 | 2D | 25 | 0 | 5 | E5 | 52 | 4A |
| Octal | 205 | 231 | 363 | 55 | 45 | 0 | 5 | 345 | 122 | 112 |
| Binary | 10000101 | 10011001 | 11110011 | 101101 | 100101 | 0 | 101 | 11100101 | 1010010 | 1001010 |
Color Harmonies of #8599F3
Complementary color
Monochromatic Colors of #8599F3
Black with #8599F3
Text Example
Text Example
White with #8599F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8599F3; }
p { color: rgb(133,153,243); }
H1.HeaderClassName
{
color: #8599F3;
}
.AnyTagClassName
{
color: #8599F3;
}
</style>
background-color css
<style>
a { background-color: #8599F3; }
a { background-color: rgb(133,153,243); }
div.DivClassName
{
background-color: #8599F3;
}
.BgClassName
{
background-color: #8599F3;
}
</style>
border-color css
<style>
span { border-color: #8599F3; }
span { border-color: rgb(133,153,243); }
td.TdClassName
{
border-color: #8599F3;
}
.TagClassName
{
border-color: #8599F3;
}
</style>