Shades of Portage #9098ED
Tints of Portage #9098ED
RGB
CMYK
RGB Variations
Color information
#9098ED (or 0x9098ED) is known color: Portage. HEX triplet: 90, 98 and ED. RGB value is (144,152,237). Sum of RGB (Red+Green+Blue) = 144+152+237=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #9098ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9098ED is #6F6712. Grayscale: #9E9E9E. Windows color (decimal): -7300883 or 15571088. OLE color: 15571088.
HSL color Cylindrical-coordinate representation of color #9098ED: hue angle of 234.84º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9098ED is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 152 | 237 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.07 |
| HSL | 234.84º | 0.72% | 0.75% | - |
| HSV(B) | 234.84º | 0.39% | 0.93% | - |
| XYZ | 38.02 | 34.5 | 84.78 | - |
| YUV | 159.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 237 | 0.39 | 0.36 | 0 | 0.07 | 234.84 | 0.72 | 0.75 |
| Hex | 90 | 98 | ED | 27 | 24 | 0 | 7 | EB | 48 | 4B |
| Octal | 220 | 230 | 355 | 47 | 44 | 0 | 7 | 353 | 110 | 113 |
| Binary | 10010000 | 10011000 | 11101101 | 100111 | 100100 | 0 | 111 | 11101011 | 1001000 | 1001011 |
Color Harmonies of #9098ED
Complementary color
Monochromatic Colors of #9098ED
Black with #9098ED
Text Example
Text Example
White with #9098ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9098ED; }
p { color: rgb(144,152,237); }
H1.HeaderClassName
{
color: #9098ED;
}
.AnyTagClassName
{
color: #9098ED;
}
</style>
background-color css
<style>
a { background-color: #9098ED; }
a { background-color: rgb(144,152,237); }
div.DivClassName
{
background-color: #9098ED;
}
.BgClassName
{
background-color: #9098ED;
}
</style>
border-color css
<style>
span { border-color: #9098ED; }
span { border-color: rgb(144,152,237); }
td.TdClassName
{
border-color: #9098ED;
}
.TagClassName
{
border-color: #9098ED;
}
</style>