Shades of Portage #9298EF
Tints of Portage #9298EF
RGB
CMYK
RGB Variations
Color information
#9298EF (or 0x9298EF) is known color: Portage. HEX triplet: 92, 98 and EF. RGB value is (146,152,239). Sum of RGB (Red+Green+Blue) = 146+152+239=537 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.19% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #9298EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9298EF is #6D6710. Grayscale: #9F9F9F. Windows color (decimal): -7169809 or 15702162. OLE color: 15702162.
HSL color Cylindrical-coordinate representation of color #9298EF: hue angle of 236.13º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9298EF is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 152 | 239 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.06 |
| HSL | 236.13º | 0.74% | 0.75% | - |
| HSV(B) | 236.13º | 0.39% | 0.94% | - |
| XYZ | 38.66 | 34.8 | 86.34 | - |
| YUV | 160.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 239 | 0.39 | 0.36 | 0 | 0.06 | 236.13 | 0.74 | 0.75 |
| Hex | 92 | 98 | EF | 27 | 24 | 0 | 6 | EC | 4A | 4B |
| Octal | 222 | 230 | 357 | 47 | 44 | 0 | 6 | 354 | 112 | 113 |
| Binary | 10010010 | 10011000 | 11101111 | 100111 | 100100 | 0 | 110 | 11101100 | 1001010 | 1001011 |
Color Harmonies of #9298EF
Complementary color
Monochromatic Colors of #9298EF
Black with #9298EF
Text Example
Text Example
White with #9298EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9298EF; }
p { color: rgb(146,152,239); }
H1.HeaderClassName
{
color: #9298EF;
}
.AnyTagClassName
{
color: #9298EF;
}
</style>
background-color css
<style>
a { background-color: #9298EF; }
a { background-color: rgb(146,152,239); }
div.DivClassName
{
background-color: #9298EF;
}
.BgClassName
{
background-color: #9298EF;
}
</style>
border-color css
<style>
span { border-color: #9298EF; }
span { border-color: rgb(146,152,239); }
td.TdClassName
{
border-color: #9298EF;
}
.TagClassName
{
border-color: #9298EF;
}
</style>