Shades of Portage #909DCA
Tints of Portage #909DCA
RGB
CMYK
RGB Variations
Color information
#909DCA (or 0x909DCA) is known color: Portage. HEX triplet: 90, 9D and CA. RGB value is (144,157,202). Sum of RGB (Red+Green+Blue) = 144+157+202=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #909DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DCA is #6F6235. Grayscale: #9E9E9E. Windows color (decimal): -7299638 or 13278608. OLE color: 13278608.
HSL color Cylindrical-coordinate representation of color #909DCA: hue angle of 226.55º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #909DCA is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 157 | 202 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.21 |
| HSL | 226.55º | 0.35% | 0.68% | - |
| HSV(B) | 226.55º | 0.29% | 0.79% | - |
| XYZ | 34.22 | 34.31 | 60.7 | - |
| YUV | 158.24 | 152.69 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 202 | 0.29 | 0.22 | 0 | 0.21 | 226.55 | 0.35 | 0.68 |
| Hex | 90 | 9D | CA | 1D | 16 | 0 | 15 | E3 | 23 | 44 |
| Octal | 220 | 235 | 312 | 35 | 26 | 0 | 25 | 343 | 43 | 104 |
| Binary | 10010000 | 10011101 | 11001010 | 11101 | 10110 | 0 | 10101 | 11100011 | 100011 | 1000100 |
Color Harmonies of #909DCA
Complementary color
Monochromatic Colors of #909DCA
Black with #909DCA
Text Example
Text Example
White with #909DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DCA; }
p { color: rgb(144,157,202); }
H1.HeaderClassName
{
color: #909DCA;
}
.AnyTagClassName
{
color: #909DCA;
}
</style>
background-color css
<style>
a { background-color: #909DCA; }
a { background-color: rgb(144,157,202); }
div.DivClassName
{
background-color: #909DCA;
}
.BgClassName
{
background-color: #909DCA;
}
</style>
border-color css
<style>
span { border-color: #909DCA; }
span { border-color: rgb(144,157,202); }
td.TdClassName
{
border-color: #909DCA;
}
.TagClassName
{
border-color: #909DCA;
}
</style>