Shades of Portage #9094EF
Tints of Portage #9094EF
RGB
CMYK
RGB Variations
Color information
#9094EF (or 0x9094EF) is known color: Portage. HEX triplet: 90, 94 and EF. RGB value is (144,148,239). Sum of RGB (Red+Green+Blue) = 144+148+239=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #9094EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9094EF is #6F6B10. Grayscale: #9C9C9C. Windows color (decimal): -7301905 or 15701136. OLE color: 15701136.
HSL color Cylindrical-coordinate representation of color #9094EF: hue angle of 237.47º 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 #9094EF is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 148 | 239 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.06 |
| HSL | 237.47º | 0.75% | 0.75% | - |
| HSV(B) | 237.47º | 0.4% | 0.94% | - |
| XYZ | 37.67 | 33.34 | 86.11 | - |
| YUV | 157.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 239 | 0.40 | 0.38 | 0 | 0.06 | 237.47 | 0.75 | 0.75 |
| Hex | 90 | 94 | EF | 28 | 26 | 0 | 6 | ED | 4B | 4B |
| Octal | 220 | 224 | 357 | 50 | 46 | 0 | 6 | 355 | 113 | 113 |
| Binary | 10010000 | 10010100 | 11101111 | 101000 | 100110 | 0 | 110 | 11101101 | 1001011 | 1001011 |
Color Harmonies of #9094EF
Complementary color
Monochromatic Colors of #9094EF
Black with #9094EF
Text Example
Text Example
White with #9094EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9094EF; }
p { color: rgb(144,148,239); }
H1.HeaderClassName
{
color: #9094EF;
}
.AnyTagClassName
{
color: #9094EF;
}
</style>
background-color css
<style>
a { background-color: #9094EF; }
a { background-color: rgb(144,148,239); }
div.DivClassName
{
background-color: #9094EF;
}
.BgClassName
{
background-color: #9094EF;
}
</style>
border-color css
<style>
span { border-color: #9094EF; }
span { border-color: rgb(144,148,239); }
td.TdClassName
{
border-color: #9094EF;
}
.TagClassName
{
border-color: #9094EF;
}
</style>