Shades of Portage #8499F6
Tints of Portage #8499F6
RGB
CMYK
RGB Variations
Color information
#8499F6 (or 0x8499F6) is known color: Portage. HEX triplet: 84, 99 and F6. RGB value is (132,153,246). Sum of RGB (Red+Green+Blue) = 132+153+246=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #8499F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8499F6 is #7B6609. Grayscale: #9C9C9C. Windows color (decimal): -8087050 or 16161156. OLE color: 16161156.
HSL color Cylindrical-coordinate representation of color #8499F6: hue angle of 228.95º 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 #8499F6 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 153 | 246 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.04 |
| HSL | 228.95º | 0.86% | 0.74% | - |
| HSV(B) | 228.95º | 0.46% | 0.96% | - |
| XYZ | 37.54 | 34.34 | 91.84 | - |
| YUV | 157.32 | 178.04 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 246 | 0.46 | 0.38 | 0 | 0.04 | 228.95 | 0.86 | 0.74 |
| Hex | 84 | 99 | F6 | 2E | 26 | 0 | 4 | E5 | 56 | 4A |
| Octal | 204 | 231 | 366 | 56 | 46 | 0 | 4 | 345 | 126 | 112 |
| Binary | 10000100 | 10011001 | 11110110 | 101110 | 100110 | 0 | 100 | 11100101 | 1010110 | 1001010 |
Color Harmonies of #8499F6
Complementary color
Monochromatic Colors of #8499F6
Black with #8499F6
Text Example
Text Example
White with #8499F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8499F6; }
p { color: rgb(132,153,246); }
H1.HeaderClassName
{
color: #8499F6;
}
.AnyTagClassName
{
color: #8499F6;
}
</style>
background-color css
<style>
a { background-color: #8499F6; }
a { background-color: rgb(132,153,246); }
div.DivClassName
{
background-color: #8499F6;
}
.BgClassName
{
background-color: #8499F6;
}
</style>
border-color css
<style>
span { border-color: #8499F6; }
span { border-color: rgb(132,153,246); }
td.TdClassName
{
border-color: #8499F6;
}
.TagClassName
{
border-color: #8499F6;
}
</style>