Shades of Portage #9896FB
Tints of Portage #9896FB
RGB
CMYK
RGB Variations
Color information
#9896FB (or 0x9896FB) is known color: Portage. HEX triplet: 98, 96 and FB. RGB value is (152,150,251). Sum of RGB (Red+Green+Blue) = 152+150+251=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #9896FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9896FB is #676904. Grayscale: #A1A1A1. Windows color (decimal): -6777093 or 16488088. OLE color: 16488088.
HSL color Cylindrical-coordinate representation of color #9896FB: hue angle of 241.19º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9896FB is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 150 | 251 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.02 |
| HSL | 241.19º | 0.93% | 0.79% | - |
| HSV(B) | 241.19º | 0.4% | 0.98% | - |
| XYZ | 41.27 | 35.45 | 95.93 | - |
| YUV | 162.11 | 178.16 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 251 | 0.39 | 0.40 | 0 | 0.02 | 241.19 | 0.93 | 0.79 |
| Hex | 98 | 96 | FB | 27 | 28 | 0 | 2 | F1 | 5D | 4F |
| Octal | 230 | 226 | 373 | 47 | 50 | 0 | 2 | 361 | 135 | 117 |
| Binary | 10011000 | 10010110 | 11111011 | 100111 | 101000 | 0 | 10 | 11110001 | 1011101 | 1001111 |
Color Harmonies of #9896FB
Complementary color
Monochromatic Colors of #9896FB
Black with #9896FB
Text Example
Text Example
White with #9896FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9896FB; }
p { color: rgb(152,150,251); }
H1.HeaderClassName
{
color: #9896FB;
}
.AnyTagClassName
{
color: #9896FB;
}
</style>
background-color css
<style>
a { background-color: #9896FB; }
a { background-color: rgb(152,150,251); }
div.DivClassName
{
background-color: #9896FB;
}
.BgClassName
{
background-color: #9896FB;
}
</style>
border-color css
<style>
span { border-color: #9896FB; }
span { border-color: rgb(152,150,251); }
td.TdClassName
{
border-color: #9896FB;
}
.TagClassName
{
border-color: #9896FB;
}
</style>