Shades of Portage #8B98FA
Tints of Portage #8B98FA
RGB
CMYK
RGB Variations
Color information
#8B98FA (or 0x8B98FA) is known color: Portage. HEX triplet: 8B, 98 and FA. RGB value is (139,152,250). Sum of RGB (Red+Green+Blue) = 139+152+250=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B98FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B98FA is #746705. Grayscale: #9E9E9E. Windows color (decimal): -7628550 or 16423051. OLE color: 16423051.
HSL color Cylindrical-coordinate representation of color #8B98FA: hue angle of 232.97º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B98FA is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 152 | 250 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.02 |
| HSL | 232.97º | 0.92% | 0.76% | - |
| HSV(B) | 232.97º | 0.44% | 0.98% | - |
| XYZ | 39.13 | 34.85 | 95.11 | - |
| YUV | 159.29 | 179.19 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 250 | 0.44 | 0.39 | 0 | 0.02 | 232.97 | 0.92 | 0.76 |
| Hex | 8B | 98 | FA | 2C | 27 | 0 | 2 | E9 | 5C | 4C |
| Octal | 213 | 230 | 372 | 54 | 47 | 0 | 2 | 351 | 134 | 114 |
| Binary | 10001011 | 10011000 | 11111010 | 101100 | 100111 | 0 | 10 | 11101001 | 1011100 | 1001100 |
Color Harmonies of #8B98FA
Complementary color
Monochromatic Colors of #8B98FA
Black with #8B98FA
Text Example
Text Example
White with #8B98FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B98FA; }
p { color: rgb(139,152,250); }
H1.HeaderClassName
{
color: #8B98FA;
}
.AnyTagClassName
{
color: #8B98FA;
}
</style>
background-color css
<style>
a { background-color: #8B98FA; }
a { background-color: rgb(139,152,250); }
div.DivClassName
{
background-color: #8B98FA;
}
.BgClassName
{
background-color: #8B98FA;
}
</style>
border-color css
<style>
span { border-color: #8B98FA; }
span { border-color: rgb(139,152,250); }
td.TdClassName
{
border-color: #8B98FA;
}
.TagClassName
{
border-color: #8B98FA;
}
</style>