Shades of Portage #909AF5
Tints of Portage #909AF5
RGB
CMYK
RGB Variations
Color information
#909AF5 (or 0x909AF5) is known color: Portage. HEX triplet: 90, 9A and F5. RGB value is (144,154,245). Sum of RGB (Red+Green+Blue) = 144+154+245=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #909AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909AF5 is #6F650A. Grayscale: #A1A1A1. Windows color (decimal): -7300363 or 16095888. OLE color: 16095888.
HSL color Cylindrical-coordinate representation of color #909AF5: hue angle of 234.06º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #909AF5 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 154 | 245 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.04 |
| HSL | 234.06º | 0.83% | 0.76% | - |
| HSV(B) | 234.06º | 0.41% | 0.96% | - |
| XYZ | 39.54 | 35.63 | 91.18 | - |
| YUV | 161.38 | 175.19 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 245 | 0.41 | 0.37 | 0 | 0.04 | 234.06 | 0.83 | 0.76 |
| Hex | 90 | 9A | F5 | 29 | 25 | 0 | 4 | EA | 53 | 4C |
| Octal | 220 | 232 | 365 | 51 | 45 | 0 | 4 | 352 | 123 | 114 |
| Binary | 10010000 | 10011010 | 11110101 | 101001 | 100101 | 0 | 100 | 11101010 | 1010011 | 1001100 |
Color Harmonies of #909AF5
Complementary color
Monochromatic Colors of #909AF5
Black with #909AF5
Text Example
Text Example
White with #909AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909AF5; }
p { color: rgb(144,154,245); }
H1.HeaderClassName
{
color: #909AF5;
}
.AnyTagClassName
{
color: #909AF5;
}
</style>
background-color css
<style>
a { background-color: #909AF5; }
a { background-color: rgb(144,154,245); }
div.DivClassName
{
background-color: #909AF5;
}
.BgClassName
{
background-color: #909AF5;
}
</style>
border-color css
<style>
span { border-color: #909AF5; }
span { border-color: rgb(144,154,245); }
td.TdClassName
{
border-color: #909AF5;
}
.TagClassName
{
border-color: #909AF5;
}
</style>