Shades of Portage #909AF7
Tints of Portage #909AF7
RGB
CMYK
RGB Variations
Color information
#909AF7 (or 0x909AF7) is known color: Portage. HEX triplet: 90, 9A and F7. RGB value is (144,154,247). Sum of RGB (Red+Green+Blue) = 144+154+247=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #909AF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909AF7 is #6F6508. Grayscale: #A1A1A1. Windows color (decimal): -7300361 or 16226960. OLE color: 16226960.
HSL color Cylindrical-coordinate representation of color #909AF7: hue angle of 234.17º degrees, saturation: 0.87, 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 #909AF7 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 154 | 247 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.03 |
| HSL | 234.17º | 0.87% | 0.77% | - |
| HSV(B) | 234.17º | 0.42% | 0.97% | - |
| XYZ | 39.85 | 35.76 | 92.8 | - |
| YUV | 161.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 247 | 0.42 | 0.38 | 0 | 0.03 | 234.17 | 0.87 | 0.77 |
| Hex | 90 | 9A | F7 | 2A | 26 | 0 | 3 | EA | 57 | 4D |
| Octal | 220 | 232 | 367 | 52 | 46 | 0 | 3 | 352 | 127 | 115 |
| Binary | 10010000 | 10011010 | 11110111 | 101010 | 100110 | 0 | 11 | 11101010 | 1010111 | 1001101 |
Color Harmonies of #909AF7
Complementary color
Monochromatic Colors of #909AF7
Black with #909AF7
Text Example
Text Example
White with #909AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909AF7; }
p { color: rgb(144,154,247); }
H1.HeaderClassName
{
color: #909AF7;
}
.AnyTagClassName
{
color: #909AF7;
}
</style>
background-color css
<style>
a { background-color: #909AF7; }
a { background-color: rgb(144,154,247); }
div.DivClassName
{
background-color: #909AF7;
}
.BgClassName
{
background-color: #909AF7;
}
</style>
border-color css
<style>
span { border-color: #909AF7; }
span { border-color: rgb(144,154,247); }
td.TdClassName
{
border-color: #909AF7;
}
.TagClassName
{
border-color: #909AF7;
}
</style>