Shades of Portage #9896EF
Tints of Portage #9896EF
RGB
CMYK
RGB Variations
Color information
#9896EF (or 0x9896EF) is known color: Portage. HEX triplet: 98, 96 and EF. RGB value is (152,150,239). Sum of RGB (Red+Green+Blue) = 152+150+239=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #9896EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9896EF is #676910. Grayscale: #A0A0A0. Windows color (decimal): -6777105 or 15701656. OLE color: 15701656.
HSL color Cylindrical-coordinate representation of color #9896EF: hue angle of 241.35º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9896EF is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 150 | 239 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.06 |
| HSL | 241.35º | 0.74% | 0.76% | - |
| HSV(B) | 241.35º | 0.37% | 0.94% | - |
| XYZ | 39.44 | 34.72 | 86.28 | - |
| YUV | 160.74 | 172.16 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 239 | 0.36 | 0.37 | 0 | 0.06 | 241.35 | 0.74 | 0.76 |
| Hex | 98 | 96 | EF | 24 | 25 | 0 | 6 | F1 | 4A | 4C |
| Octal | 230 | 226 | 357 | 44 | 45 | 0 | 6 | 361 | 112 | 114 |
| Binary | 10011000 | 10010110 | 11101111 | 100100 | 100101 | 0 | 110 | 11110001 | 1001010 | 1001100 |
Color Harmonies of #9896EF
Complementary color
Monochromatic Colors of #9896EF
Black with #9896EF
Text Example
Text Example
White with #9896EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9896EF; }
p { color: rgb(152,150,239); }
H1.HeaderClassName
{
color: #9896EF;
}
.AnyTagClassName
{
color: #9896EF;
}
</style>
background-color css
<style>
a { background-color: #9896EF; }
a { background-color: rgb(152,150,239); }
div.DivClassName
{
background-color: #9896EF;
}
.BgClassName
{
background-color: #9896EF;
}
</style>
border-color css
<style>
span { border-color: #9896EF; }
span { border-color: rgb(152,150,239); }
td.TdClassName
{
border-color: #9896EF;
}
.TagClassName
{
border-color: #9896EF;
}
</style>