Shades of Portage #909DF3
Tints of Portage #909DF3
RGB
CMYK
RGB Variations
Color information
#909DF3 (or 0x909DF3) is known color: Portage. HEX triplet: 90, 9D and F3. RGB value is (144,157,243). Sum of RGB (Red+Green+Blue) = 144+157+243=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #909DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909DF3 is #6F620C. Grayscale: #A2A2A2. Windows color (decimal): -7299597 or 15965584. OLE color: 15965584.
HSL color Cylindrical-coordinate representation of color #909DF3: hue angle of 232.12º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #909DF3 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 157 | 243 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.05 |
| HSL | 232.12º | 0.8% | 0.76% | - |
| HSV(B) | 232.12º | 0.41% | 0.95% | - |
| XYZ | 39.74 | 36.51 | 89.75 | - |
| YUV | 162.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 243 | 0.41 | 0.35 | 0 | 0.05 | 232.12 | 0.8 | 0.76 |
| Hex | 90 | 9D | F3 | 29 | 23 | 0 | 5 | E8 | 50 | 4C |
| Octal | 220 | 235 | 363 | 51 | 43 | 0 | 5 | 350 | 120 | 114 |
| Binary | 10010000 | 10011101 | 11110011 | 101001 | 100011 | 0 | 101 | 11101000 | 1010000 | 1001100 |
Color Harmonies of #909DF3
Complementary color
Monochromatic Colors of #909DF3
Black with #909DF3
Text Example
Text Example
White with #909DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DF3; }
p { color: rgb(144,157,243); }
H1.HeaderClassName
{
color: #909DF3;
}
.AnyTagClassName
{
color: #909DF3;
}
</style>
background-color css
<style>
a { background-color: #909DF3; }
a { background-color: rgb(144,157,243); }
div.DivClassName
{
background-color: #909DF3;
}
.BgClassName
{
background-color: #909DF3;
}
</style>
border-color css
<style>
span { border-color: #909DF3; }
span { border-color: rgb(144,157,243); }
td.TdClassName
{
border-color: #909DF3;
}
.TagClassName
{
border-color: #909DF3;
}
</style>