Shades of Portage #909CD9
Tints of Portage #909CD9
RGB
CMYK
RGB Variations
Color information
#909CD9 (or 0x909CD9) is known color: Portage. HEX triplet: 90, 9C and D9. RGB value is (144,156,217). Sum of RGB (Red+Green+Blue) = 144+156+217=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #909CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CD9 is #6F6326. Grayscale: #9F9F9F. Windows color (decimal): -7299879 or 14261392. OLE color: 14261392.
HSL color Cylindrical-coordinate representation of color #909CD9: hue angle of 230.14º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #909CD9 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 156 | 217 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.15 |
| HSL | 230.14º | 0.49% | 0.71% | - |
| HSV(B) | 230.14º | 0.34% | 0.85% | - |
| XYZ | 35.91 | 34.72 | 70.45 | - |
| YUV | 159.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 217 | 0.34 | 0.28 | 0 | 0.15 | 230.14 | 0.49 | 0.71 |
| Hex | 90 | 9C | D9 | 22 | 1C | 0 | F | E6 | 31 | 47 |
| Octal | 220 | 234 | 331 | 42 | 34 | 0 | 17 | 346 | 61 | 107 |
| Binary | 10010000 | 10011100 | 11011001 | 100010 | 11100 | 0 | 1111 | 11100110 | 110001 | 1000111 |
Color Harmonies of #909CD9
Complementary color
Monochromatic Colors of #909CD9
Black with #909CD9
Text Example
Text Example
White with #909CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CD9; }
p { color: rgb(144,156,217); }
H1.HeaderClassName
{
color: #909CD9;
}
.AnyTagClassName
{
color: #909CD9;
}
</style>
background-color css
<style>
a { background-color: #909CD9; }
a { background-color: rgb(144,156,217); }
div.DivClassName
{
background-color: #909CD9;
}
.BgClassName
{
background-color: #909CD9;
}
</style>
border-color css
<style>
span { border-color: #909CD9; }
span { border-color: rgb(144,156,217); }
td.TdClassName
{
border-color: #909CD9;
}
.TagClassName
{
border-color: #909CD9;
}
</style>