Shades of Portage #8B90F0
Tints of Portage #8B90F0
RGB
CMYK
RGB Variations
Color information
#8B90F0 (or 0x8B90F0) is known color: Portage. HEX triplet: 8B, 90 and F0. RGB value is (139,144,240). Sum of RGB (Red+Green+Blue) = 139+144+240=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #8B90F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B90F0 is #746F0F. Grayscale: #999999. Windows color (decimal): -7630608 or 15765643. OLE color: 15765643.
HSL color Cylindrical-coordinate representation of color #8B90F0: hue angle of 237.03º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B90F0 is Cyan = 0.42, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 144 | 240 | - |
| CMYK | 0.42 | 0.4 | 0 | 0.06 |
| HSL | 237.03º | 0.77% | 0.74% | - |
| HSV(B) | 237.03º | 0.42% | 0.94% | - |
| XYZ | 36.35 | 31.73 | 86.65 | - |
| YUV | 153.45 | 176.84 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 144 | 240 | 0.42 | 0.4 | 0 | 0.06 | 237.03 | 0.77 | 0.74 |
| Hex | 8B | 90 | F0 | 2A | 28 | 0 | 6 | ED | 4D | 4A |
| Octal | 213 | 220 | 360 | 52 | 50 | 0 | 6 | 355 | 115 | 112 |
| Binary | 10001011 | 10010000 | 11110000 | 101010 | 101000 | 0 | 110 | 11101101 | 1001101 | 1001010 |
Color Harmonies of #8B90F0
Complementary color
Monochromatic Colors of #8B90F0
Black with #8B90F0
Text Example
Text Example
White with #8B90F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B90F0; }
p { color: rgb(139,144,240); }
H1.HeaderClassName
{
color: #8B90F0;
}
.AnyTagClassName
{
color: #8B90F0;
}
</style>
background-color css
<style>
a { background-color: #8B90F0; }
a { background-color: rgb(139,144,240); }
div.DivClassName
{
background-color: #8B90F0;
}
.BgClassName
{
background-color: #8B90F0;
}
</style>
border-color css
<style>
span { border-color: #8B90F0; }
span { border-color: rgb(139,144,240); }
td.TdClassName
{
border-color: #8B90F0;
}
.TagClassName
{
border-color: #8B90F0;
}
</style>