Shades of Portage #909ECF
Tints of Portage #909ECF
RGB
CMYK
RGB Variations
Color information
#909ECF (or 0x909ECF) is known color: Portage. HEX triplet: 90, 9E and CF. RGB value is (144,158,207). Sum of RGB (Red+Green+Blue) = 144+158+207=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #909ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909ECF is #6F6130. Grayscale: #9F9F9F. Windows color (decimal): -7299377 or 13606544. OLE color: 13606544.
HSL color Cylindrical-coordinate representation of color #909ECF: hue angle of 226.67º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #909ECF is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 158 | 207 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.19 |
| HSL | 226.67º | 0.4% | 0.69% | - |
| HSV(B) | 226.67º | 0.3% | 0.81% | - |
| XYZ | 34.99 | 34.89 | 63.92 | - |
| YUV | 159.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 158 | 207 | 0.30 | 0.24 | 0 | 0.19 | 226.67 | 0.4 | 0.69 |
| Hex | 90 | 9E | CF | 1E | 18 | 0 | 13 | E3 | 28 | 45 |
| Octal | 220 | 236 | 317 | 36 | 30 | 0 | 23 | 343 | 50 | 105 |
| Binary | 10010000 | 10011110 | 11001111 | 11110 | 11000 | 0 | 10011 | 11100011 | 101000 | 1000101 |
Color Harmonies of #909ECF
Complementary color
Monochromatic Colors of #909ECF
Black with #909ECF
Text Example
Text Example
White with #909ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909ECF; }
p { color: rgb(144,158,207); }
H1.HeaderClassName
{
color: #909ECF;
}
.AnyTagClassName
{
color: #909ECF;
}
</style>
background-color css
<style>
a { background-color: #909ECF; }
a { background-color: rgb(144,158,207); }
div.DivClassName
{
background-color: #909ECF;
}
.BgClassName
{
background-color: #909ECF;
}
</style>
border-color css
<style>
span { border-color: #909ECF; }
span { border-color: rgb(144,158,207); }
td.TdClassName
{
border-color: #909ECF;
}
.TagClassName
{
border-color: #909ECF;
}
</style>