Shades of Portage #8799FA
Tints of Portage #8799FA
RGB
CMYK
RGB Variations
Color information
#8799FA (or 0x8799FA) is known color: Portage. HEX triplet: 87, 99 and FA. RGB value is (135,153,250). Sum of RGB (Red+Green+Blue) = 135+153+250=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #8799FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8799FA is #786605. Grayscale: #9E9E9E. Windows color (decimal): -7890438 or 16423303. OLE color: 16423303.
HSL color Cylindrical-coordinate representation of color #8799FA: hue angle of 230.61º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8799FA is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 153 | 250 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.02 |
| HSL | 230.61º | 0.92% | 0.75% | - |
| HSV(B) | 230.61º | 0.46% | 0.98% | - |
| XYZ | 38.64 | 34.84 | 95.13 | - |
| YUV | 158.68 | 179.54 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 250 | 0.46 | 0.39 | 0 | 0.02 | 230.61 | 0.92 | 0.75 |
| Hex | 87 | 99 | FA | 2E | 27 | 0 | 2 | E7 | 5C | 4B |
| Octal | 207 | 231 | 372 | 56 | 47 | 0 | 2 | 347 | 134 | 113 |
| Binary | 10000111 | 10011001 | 11111010 | 101110 | 100111 | 0 | 10 | 11100111 | 1011100 | 1001011 |
Color Harmonies of #8799FA
Complementary color
Monochromatic Colors of #8799FA
Black with #8799FA
Text Example
Text Example
White with #8799FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8799FA; }
p { color: rgb(135,153,250); }
H1.HeaderClassName
{
color: #8799FA;
}
.AnyTagClassName
{
color: #8799FA;
}
</style>
background-color css
<style>
a { background-color: #8799FA; }
a { background-color: rgb(135,153,250); }
div.DivClassName
{
background-color: #8799FA;
}
.BgClassName
{
background-color: #8799FA;
}
</style>
border-color css
<style>
span { border-color: #8799FA; }
span { border-color: rgb(135,153,250); }
td.TdClassName
{
border-color: #8799FA;
}
.TagClassName
{
border-color: #8799FA;
}
</style>