Shades of Portage #9098FB
Tints of Portage #9098FB
RGB
CMYK
RGB Variations
Color information
#9098FB (or 0x9098FB) is known color: Portage. HEX triplet: 90, 98 and FB. RGB value is (144,152,251). Sum of RGB (Red+Green+Blue) = 144+152+251=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #9098FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9098FB is #6F6704. Grayscale: #A0A0A0. Windows color (decimal): -7300869 or 16488592. OLE color: 16488592.
HSL color Cylindrical-coordinate representation of color #9098FB: hue angle of 235.51º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9098FB is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 152 | 251 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.02 |
| HSL | 235.51º | 0.93% | 0.77% | - |
| HSV(B) | 235.51º | 0.43% | 0.98% | - |
| XYZ | 40.14 | 35.35 | 95.97 | - |
| YUV | 160.89 | 178.85 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 251 | 0.43 | 0.39 | 0 | 0.02 | 235.51 | 0.93 | 0.77 |
| Hex | 90 | 98 | FB | 2B | 27 | 0 | 2 | EC | 5D | 4D |
| Octal | 220 | 230 | 373 | 53 | 47 | 0 | 2 | 354 | 135 | 115 |
| Binary | 10010000 | 10011000 | 11111011 | 101011 | 100111 | 0 | 10 | 11101100 | 1011101 | 1001101 |
Color Harmonies of #9098FB
Complementary color
Monochromatic Colors of #9098FB
Black with #9098FB
Text Example
Text Example
White with #9098FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9098FB; }
p { color: rgb(144,152,251); }
H1.HeaderClassName
{
color: #9098FB;
}
.AnyTagClassName
{
color: #9098FB;
}
</style>
background-color css
<style>
a { background-color: #9098FB; }
a { background-color: rgb(144,152,251); }
div.DivClassName
{
background-color: #9098FB;
}
.BgClassName
{
background-color: #9098FB;
}
</style>
border-color css
<style>
span { border-color: #9098FB; }
span { border-color: rgb(144,152,251); }
td.TdClassName
{
border-color: #9098FB;
}
.TagClassName
{
border-color: #9098FB;
}
</style>