Shades of Portage #909AF0
Tints of Portage #909AF0
RGB
CMYK
RGB Variations
Color information
#909AF0 (or 0x909AF0) is known color: Portage. HEX triplet: 90, 9A and F0. RGB value is (144,154,240). Sum of RGB (Red+Green+Blue) = 144+154+240=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #909AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909AF0 is #6F650F. Grayscale: #A0A0A0. Windows color (decimal): -7300368 or 15768208. OLE color: 15768208.
HSL color Cylindrical-coordinate representation of color #909AF0: hue angle of 233.75º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #909AF0 is Cyan = 0.4, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 154 | 240 | - |
| CMYK | 0.4 | 0.36 | 0 | 0.06 |
| HSL | 233.75º | 0.76% | 0.75% | - |
| HSV(B) | 233.75º | 0.4% | 0.94% | - |
| XYZ | 38.79 | 35.33 | 87.21 | - |
| YUV | 160.81 | 172.69 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 240 | 0.4 | 0.36 | 0 | 0.06 | 233.75 | 0.76 | 0.75 |
| Hex | 90 | 9A | F0 | 28 | 24 | 0 | 6 | EA | 4C | 4B |
| Octal | 220 | 232 | 360 | 50 | 44 | 0 | 6 | 352 | 114 | 113 |
| Binary | 10010000 | 10011010 | 11110000 | 101000 | 100100 | 0 | 110 | 11101010 | 1001100 | 1001011 |
Color Harmonies of #909AF0
Complementary color
Monochromatic Colors of #909AF0
Black with #909AF0
Text Example
Text Example
White with #909AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909AF0; }
p { color: rgb(144,154,240); }
H1.HeaderClassName
{
color: #909AF0;
}
.AnyTagClassName
{
color: #909AF0;
}
</style>
background-color css
<style>
a { background-color: #909AF0; }
a { background-color: rgb(144,154,240); }
div.DivClassName
{
background-color: #909AF0;
}
.BgClassName
{
background-color: #909AF0;
}
</style>
border-color css
<style>
span { border-color: #909AF0; }
span { border-color: rgb(144,154,240); }
td.TdClassName
{
border-color: #909AF0;
}
.TagClassName
{
border-color: #909AF0;
}
</style>