Shades of Portage #909EDD
Tints of Portage #909EDD
RGB
CMYK
RGB Variations
Color information
#909EDD (or 0x909EDD) is known color: Portage. HEX triplet: 90, 9E and DD. RGB value is (144,158,221). Sum of RGB (Red+Green+Blue) = 144+158+221=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #909EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909EDD is #6F6122. Grayscale: #A0A0A0. Windows color (decimal): -7299363 or 14524048. OLE color: 14524048.
HSL color Cylindrical-coordinate representation of color #909EDD: hue angle of 229.09º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #909EDD is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 158 | 221 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.13 |
| HSL | 229.09º | 0.53% | 0.72% | - |
| HSV(B) | 229.09º | 0.35% | 0.87% | - |
| XYZ | 36.78 | 35.6 | 73.34 | - |
| YUV | 161 | 161.86 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 158 | 221 | 0.35 | 0.29 | 0 | 0.13 | 229.09 | 0.53 | 0.72 |
| Hex | 90 | 9E | DD | 23 | 1D | 0 | D | E5 | 35 | 48 |
| Octal | 220 | 236 | 335 | 43 | 35 | 0 | 15 | 345 | 65 | 110 |
| Binary | 10010000 | 10011110 | 11011101 | 100011 | 11101 | 0 | 1101 | 11100101 | 110101 | 1001000 |
Color Harmonies of #909EDD
Complementary color
Monochromatic Colors of #909EDD
Black with #909EDD
Text Example
Text Example
White with #909EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909EDD; }
p { color: rgb(144,158,221); }
H1.HeaderClassName
{
color: #909EDD;
}
.AnyTagClassName
{
color: #909EDD;
}
</style>
background-color css
<style>
a { background-color: #909EDD; }
a { background-color: rgb(144,158,221); }
div.DivClassName
{
background-color: #909EDD;
}
.BgClassName
{
background-color: #909EDD;
}
</style>
border-color css
<style>
span { border-color: #909EDD; }
span { border-color: rgb(144,158,221); }
td.TdClassName
{
border-color: #909EDD;
}
.TagClassName
{
border-color: #909EDD;
}
</style>