Shades of Portage #9098E7
Tints of Portage #9098E7
RGB
CMYK
RGB Variations
Color information
#9098E7 (or 0x9098E7) is known color: Portage. HEX triplet: 90, 98 and E7. RGB value is (144,152,231). Sum of RGB (Red+Green+Blue) = 144+152+231=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #9098E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9098E7 is #6F6718. Grayscale: #9E9E9E. Windows color (decimal): -7300889 or 15177872. OLE color: 15177872.
HSL color Cylindrical-coordinate representation of color #9098E7: hue angle of 234.48º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9098E7 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 152 | 231 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.09 |
| HSL | 234.48º | 0.64% | 0.74% | - |
| HSV(B) | 234.48º | 0.38% | 0.91% | - |
| XYZ | 37.15 | 34.16 | 80.24 | - |
| YUV | 158.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 231 | 0.38 | 0.34 | 0 | 0.09 | 234.48 | 0.64 | 0.74 |
| Hex | 90 | 98 | E7 | 26 | 22 | 0 | 9 | EA | 40 | 4A |
| Octal | 220 | 230 | 347 | 46 | 42 | 0 | 11 | 352 | 100 | 112 |
| Binary | 10010000 | 10011000 | 11100111 | 100110 | 100010 | 0 | 1001 | 11101010 | 1000000 | 1001010 |
Color Harmonies of #9098E7
Complementary color
Monochromatic Colors of #9098E7
Black with #9098E7
Text Example
Text Example
White with #9098E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9098E7; }
p { color: rgb(144,152,231); }
H1.HeaderClassName
{
color: #9098E7;
}
.AnyTagClassName
{
color: #9098E7;
}
</style>
background-color css
<style>
a { background-color: #9098E7; }
a { background-color: rgb(144,152,231); }
div.DivClassName
{
background-color: #9098E7;
}
.BgClassName
{
background-color: #9098E7;
}
</style>
border-color css
<style>
span { border-color: #9098E7; }
span { border-color: rgb(144,152,231); }
td.TdClassName
{
border-color: #9098E7;
}
.TagClassName
{
border-color: #9098E7;
}
</style>