Shades of Portage #9099EF
Tints of Portage #9099EF
RGB
CMYK
RGB Variations
Color information
#9099EF (or 0x9099EF) is known color: Portage. HEX triplet: 90, 99 and EF. RGB value is (144,153,239). Sum of RGB (Red+Green+Blue) = 144+153+239=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #9099EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9099EF is #6F6610. Grayscale: #9F9F9F. Windows color (decimal): -7300625 or 15702416. OLE color: 15702416.
HSL color Cylindrical-coordinate representation of color #9099EF: hue angle of 234.32º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9099EF is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 153 | 239 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.06 |
| HSL | 234.32º | 0.75% | 0.75% | - |
| HSV(B) | 234.32º | 0.4% | 0.94% | - |
| XYZ | 38.47 | 34.94 | 86.38 | - |
| YUV | 160.11 | 172.52 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 239 | 0.40 | 0.36 | 0 | 0.06 | 234.32 | 0.75 | 0.75 |
| Hex | 90 | 99 | EF | 28 | 24 | 0 | 6 | EA | 4B | 4B |
| Octal | 220 | 231 | 357 | 50 | 44 | 0 | 6 | 352 | 113 | 113 |
| Binary | 10010000 | 10011001 | 11101111 | 101000 | 100100 | 0 | 110 | 11101010 | 1001011 | 1001011 |
Color Harmonies of #9099EF
Complementary color
Monochromatic Colors of #9099EF
Black with #9099EF
Text Example
Text Example
White with #9099EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099EF; }
p { color: rgb(144,153,239); }
H1.HeaderClassName
{
color: #9099EF;
}
.AnyTagClassName
{
color: #9099EF;
}
</style>
background-color css
<style>
a { background-color: #9099EF; }
a { background-color: rgb(144,153,239); }
div.DivClassName
{
background-color: #9099EF;
}
.BgClassName
{
background-color: #9099EF;
}
</style>
border-color css
<style>
span { border-color: #9099EF; }
span { border-color: rgb(144,153,239); }
td.TdClassName
{
border-color: #9099EF;
}
.TagClassName
{
border-color: #9099EF;
}
</style>