Shades of Portage #9098E6
Tints of Portage #9098E6
RGB
CMYK
RGB Variations
Color information
#9098E6 (or 0x9098E6) is known color: Portage. HEX triplet: 90, 98 and E6. RGB value is (144,152,230). Sum of RGB (Red+Green+Blue) = 144+152+230=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #9098E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9098E6 is #6F6719. Grayscale: #9E9E9E. Windows color (decimal): -7300890 or 15112336. OLE color: 15112336.
HSL color Cylindrical-coordinate representation of color #9098E6: hue angle of 234.42º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9098E6 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 152 | 230 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.10 |
| HSL | 234.42º | 0.63% | 0.73% | - |
| HSV(B) | 234.42º | 0.37% | 0.9% | - |
| XYZ | 37.01 | 34.1 | 79.49 | - |
| YUV | 158.5 | 168.35 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 230 | 0.37 | 0.34 | 0 | 0.10 | 234.42 | 0.63 | 0.73 |
| Hex | 90 | 98 | E6 | 25 | 22 | 0 | A | EA | 3F | 49 |
| Octal | 220 | 230 | 346 | 45 | 42 | 0 | 12 | 352 | 77 | 111 |
| Binary | 10010000 | 10011000 | 11100110 | 100101 | 100010 | 0 | 1010 | 11101010 | 111111 | 1001001 |
Color Harmonies of #9098E6
Complementary color
Monochromatic Colors of #9098E6
Black with #9098E6
Text Example
Text Example
White with #9098E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9098E6; }
p { color: rgb(144,152,230); }
H1.HeaderClassName
{
color: #9098E6;
}
.AnyTagClassName
{
color: #9098E6;
}
</style>
background-color css
<style>
a { background-color: #9098E6; }
a { background-color: rgb(144,152,230); }
div.DivClassName
{
background-color: #9098E6;
}
.BgClassName
{
background-color: #9098E6;
}
</style>
border-color css
<style>
span { border-color: #9098E6; }
span { border-color: rgb(144,152,230); }
td.TdClassName
{
border-color: #9098E6;
}
.TagClassName
{
border-color: #9098E6;
}
</style>