Shades of Portage #8599F6
Tints of Portage #8599F6
RGB
CMYK
RGB Variations
Color information
#8599F6 (or 0x8599F6) is known color: Portage. HEX triplet: 85, 99 and F6. RGB value is (133,153,246). Sum of RGB (Red+Green+Blue) = 133+153+246=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #8599F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8599F6 is #7A6609. Grayscale: #9D9D9D. Windows color (decimal): -8021514 or 16161157. OLE color: 16161157.
HSL color Cylindrical-coordinate representation of color #8599F6: hue angle of 229.38º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8599F6 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 153 | 246 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.04 |
| HSL | 229.38º | 0.86% | 0.74% | - |
| HSV(B) | 229.38º | 0.46% | 0.96% | - |
| XYZ | 37.7 | 34.42 | 91.85 | - |
| YUV | 157.62 | 177.87 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 246 | 0.46 | 0.38 | 0 | 0.04 | 229.38 | 0.86 | 0.74 |
| Hex | 85 | 99 | F6 | 2E | 26 | 0 | 4 | E5 | 56 | 4A |
| Octal | 205 | 231 | 366 | 56 | 46 | 0 | 4 | 345 | 126 | 112 |
| Binary | 10000101 | 10011001 | 11110110 | 101110 | 100110 | 0 | 100 | 11100101 | 1010110 | 1001010 |
Color Harmonies of #8599F6
Complementary color
Monochromatic Colors of #8599F6
Black with #8599F6
Text Example
Text Example
White with #8599F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8599F6; }
p { color: rgb(133,153,246); }
H1.HeaderClassName
{
color: #8599F6;
}
.AnyTagClassName
{
color: #8599F6;
}
</style>
background-color css
<style>
a { background-color: #8599F6; }
a { background-color: rgb(133,153,246); }
div.DivClassName
{
background-color: #8599F6;
}
.BgClassName
{
background-color: #8599F6;
}
</style>
border-color css
<style>
span { border-color: #8599F6; }
span { border-color: rgb(133,153,246); }
td.TdClassName
{
border-color: #8599F6;
}
.TagClassName
{
border-color: #8599F6;
}
</style>