Shades of Portage #8599FF
Tints of Portage #8599FF
RGB
CMYK
RGB Variations
Color information
#8599FF (or 0x8599FF) is known color: Portage. HEX triplet: 85, 99 and FF. RGB value is (133,153,255). Sum of RGB (Red+Green+Blue) = 133+153+255=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #8599FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8599FF is #7A6600. Grayscale: #9E9E9E. Windows color (decimal): -8021505 or 16750981. OLE color: 16750981.
HSL color Cylindrical-coordinate representation of color #8599FF: hue angle of 230.16º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8599FF is Cyan = 0.48, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 153 | 255 | - |
| CMYK | 0.48 | 0.4 | 0 | 0 |
| HSL | 230.16º | 1% | 0.76% | - |
| HSV(B) | 230.16º | 0.48% | 1% | - |
| XYZ | 39.11 | 34.99 | 99.3 | - |
| YUV | 158.65 | 182.37 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 255 | 0.48 | 0.4 | 0 | 0 | 230.16 | 1 | 0.76 |
| Hex | 85 | 99 | FF | 30 | 28 | 0 | 0 | E6 | 64 | 4C |
| Octal | 205 | 231 | 377 | 60 | 50 | 0 | 0 | 346 | 144 | 114 |
| Binary | 10000101 | 10011001 | 11111111 | 110000 | 101000 | 0 | 0 | 11100110 | 1100100 | 1001100 |
Color Harmonies of #8599FF
Complementary color
Monochromatic Colors of #8599FF
Black with #8599FF
Text Example
Text Example
White with #8599FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8599FF; }
p { color: rgb(133,153,255); }
H1.HeaderClassName
{
color: #8599FF;
}
.AnyTagClassName
{
color: #8599FF;
}
</style>
background-color css
<style>
a { background-color: #8599FF; }
a { background-color: rgb(133,153,255); }
div.DivClassName
{
background-color: #8599FF;
}
.BgClassName
{
background-color: #8599FF;
}
</style>
border-color css
<style>
span { border-color: #8599FF; }
span { border-color: rgb(133,153,255); }
td.TdClassName
{
border-color: #8599FF;
}
.TagClassName
{
border-color: #8599FF;
}
</style>