Shades of Portage #9098E8
Tints of Portage #9098E8
RGB
CMYK
RGB Variations
Color information
#9098E8 (or 0x9098E8) is known color: Portage. HEX triplet: 90, 98 and E8. RGB value is (144,152,232). Sum of RGB (Red+Green+Blue) = 144+152+232=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #9098E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9098E8 is #6F6717. Grayscale: #9E9E9E. Windows color (decimal): -7300888 or 15243408. OLE color: 15243408.
HSL color Cylindrical-coordinate representation of color #9098E8: hue angle of 234.55º degrees, saturation: 0.66, 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 #9098E8 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 152 | 232 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.09 |
| HSL | 234.55º | 0.66% | 0.74% | - |
| HSV(B) | 234.55º | 0.38% | 0.91% | - |
| XYZ | 37.3 | 34.21 | 80.98 | - |
| YUV | 158.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 232 | 0.38 | 0.34 | 0 | 0.09 | 234.55 | 0.66 | 0.74 |
| Hex | 90 | 98 | E8 | 26 | 22 | 0 | 9 | EB | 42 | 4A |
| Octal | 220 | 230 | 350 | 46 | 42 | 0 | 11 | 353 | 102 | 112 |
| Binary | 10010000 | 10011000 | 11101000 | 100110 | 100010 | 0 | 1001 | 11101011 | 1000010 | 1001010 |
Color Harmonies of #9098E8
Complementary color
Monochromatic Colors of #9098E8
Black with #9098E8
Text Example
Text Example
White with #9098E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9098E8; }
p { color: rgb(144,152,232); }
H1.HeaderClassName
{
color: #9098E8;
}
.AnyTagClassName
{
color: #9098E8;
}
</style>
background-color css
<style>
a { background-color: #9098E8; }
a { background-color: rgb(144,152,232); }
div.DivClassName
{
background-color: #9098E8;
}
.BgClassName
{
background-color: #9098E8;
}
</style>
border-color css
<style>
span { border-color: #9098E8; }
span { border-color: rgb(144,152,232); }
td.TdClassName
{
border-color: #9098E8;
}
.TagClassName
{
border-color: #9098E8;
}
</style>