Shades of Portage #909DF8
Tints of Portage #909DF8
RGB
CMYK
RGB Variations
Color information
#909DF8 (or 0x909DF8) is known color: Portage. HEX triplet: 90, 9D and F8. RGB value is (144,157,248). Sum of RGB (Red+Green+Blue) = 144+157+248=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #909DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909DF8 is #6F6207. Grayscale: #A3A3A3. Windows color (decimal): -7299592 or 16293264. OLE color: 16293264.
HSL color Cylindrical-coordinate representation of color #909DF8: hue angle of 232.5º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #909DF8 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 157 | 248 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.03 |
| HSL | 232.5º | 0.88% | 0.77% | - |
| HSV(B) | 232.5º | 0.42% | 0.97% | - |
| XYZ | 40.5 | 36.82 | 93.78 | - |
| YUV | 163.49 | 175.69 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 248 | 0.42 | 0.37 | 0 | 0.03 | 232.5 | 0.88 | 0.77 |
| Hex | 90 | 9D | F8 | 2A | 25 | 0 | 3 | E8 | 58 | 4D |
| Octal | 220 | 235 | 370 | 52 | 45 | 0 | 3 | 350 | 130 | 115 |
| Binary | 10010000 | 10011101 | 11111000 | 101010 | 100101 | 0 | 11 | 11101000 | 1011000 | 1001101 |
Color Harmonies of #909DF8
Complementary color
Monochromatic Colors of #909DF8
Black with #909DF8
Text Example
Text Example
White with #909DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DF8; }
p { color: rgb(144,157,248); }
H1.HeaderClassName
{
color: #909DF8;
}
.AnyTagClassName
{
color: #909DF8;
}
</style>
background-color css
<style>
a { background-color: #909DF8; }
a { background-color: rgb(144,157,248); }
div.DivClassName
{
background-color: #909DF8;
}
.BgClassName
{
background-color: #909DF8;
}
</style>
border-color css
<style>
span { border-color: #909DF8; }
span { border-color: rgb(144,157,248); }
td.TdClassName
{
border-color: #909DF8;
}
.TagClassName
{
border-color: #909DF8;
}
</style>