Shades of Portage #8A98FB
Tints of Portage #8A98FB
RGB
CMYK
RGB Variations
Color information
#8A98FB (or 0x8A98FB) is known color: Portage. HEX triplet: 8A, 98 and FB. RGB value is (138,152,251). Sum of RGB (Red+Green+Blue) = 138+152+251=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A98FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A98FB is #756704. Grayscale: #9E9E9E. Windows color (decimal): -7694085 or 16488586. OLE color: 16488586.
HSL color Cylindrical-coordinate representation of color #8A98FB: hue angle of 232.57º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A98FB is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 152 | 251 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.02 |
| HSL | 232.57º | 0.93% | 0.76% | - |
| HSV(B) | 232.57º | 0.45% | 0.98% | - |
| XYZ | 39.12 | 34.82 | 95.93 | - |
| YUV | 159.1 | 179.86 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 152 | 251 | 0.45 | 0.39 | 0 | 0.02 | 232.57 | 0.93 | 0.76 |
| Hex | 8A | 98 | FB | 2D | 27 | 0 | 2 | E9 | 5D | 4C |
| Octal | 212 | 230 | 373 | 55 | 47 | 0 | 2 | 351 | 135 | 114 |
| Binary | 10001010 | 10011000 | 11111011 | 101101 | 100111 | 0 | 10 | 11101001 | 1011101 | 1001100 |
Color Harmonies of #8A98FB
Complementary color
Monochromatic Colors of #8A98FB
Black with #8A98FB
Text Example
Text Example
White with #8A98FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A98FB; }
p { color: rgb(138,152,251); }
H1.HeaderClassName
{
color: #8A98FB;
}
.AnyTagClassName
{
color: #8A98FB;
}
</style>
background-color css
<style>
a { background-color: #8A98FB; }
a { background-color: rgb(138,152,251); }
div.DivClassName
{
background-color: #8A98FB;
}
.BgClassName
{
background-color: #8A98FB;
}
</style>
border-color css
<style>
span { border-color: #8A98FB; }
span { border-color: rgb(138,152,251); }
td.TdClassName
{
border-color: #8A98FB;
}
.TagClassName
{
border-color: #8A98FB;
}
</style>