Shades of Portage #9094ED
Tints of Portage #9094ED
RGB
CMYK
RGB Variations
Color information
#9094ED (or 0x9094ED) is known color: Portage. HEX triplet: 90, 94 and ED. RGB value is (144,148,237). Sum of RGB (Red+Green+Blue) = 144+148+237=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #9094ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9094ED is #6F6B12. Grayscale: #9C9C9C. Windows color (decimal): -7301907 or 15570064. OLE color: 15570064.
HSL color Cylindrical-coordinate representation of color #9094ED: hue angle of 237.42º 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 #9094ED is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 148 | 237 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.07 |
| HSL | 237.42º | 0.72% | 0.75% | - |
| HSV(B) | 237.42º | 0.39% | 0.93% | - |
| XYZ | 37.38 | 33.22 | 84.56 | - |
| YUV | 156.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 237 | 0.39 | 0.38 | 0 | 0.07 | 237.42 | 0.72 | 0.75 |
| Hex | 90 | 94 | ED | 27 | 26 | 0 | 7 | ED | 48 | 4B |
| Octal | 220 | 224 | 355 | 47 | 46 | 0 | 7 | 355 | 110 | 113 |
| Binary | 10010000 | 10010100 | 11101101 | 100111 | 100110 | 0 | 111 | 11101101 | 1001000 | 1001011 |
Color Harmonies of #9094ED
Complementary color
Monochromatic Colors of #9094ED
Black with #9094ED
Text Example
Text Example
White with #9094ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9094ED; }
p { color: rgb(144,148,237); }
H1.HeaderClassName
{
color: #9094ED;
}
.AnyTagClassName
{
color: #9094ED;
}
</style>
background-color css
<style>
a { background-color: #9094ED; }
a { background-color: rgb(144,148,237); }
div.DivClassName
{
background-color: #9094ED;
}
.BgClassName
{
background-color: #9094ED;
}
</style>
border-color css
<style>
span { border-color: #9094ED; }
span { border-color: rgb(144,148,237); }
td.TdClassName
{
border-color: #9094ED;
}
.TagClassName
{
border-color: #9094ED;
}
</style>