Shades of Portage #909FFC
Tints of Portage #909FFC
RGB
CMYK
RGB Variations
Color information
#909FFC (or 0x909FFC) is known color: Portage. HEX triplet: 90, 9F and FC. RGB value is (144,159,252). Sum of RGB (Red+Green+Blue) = 144+159+252=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #909FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909FFC is #6F6003. Grayscale: #A4A4A4. Windows color (decimal): -7299076 or 16555920. OLE color: 16555920.
HSL color Cylindrical-coordinate representation of color #909FFC: hue angle of 231.67º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #909FFC is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 159 | 252 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.01 |
| HSL | 231.67º | 0.95% | 0.78% | - |
| HSV(B) | 231.67º | 0.43% | 0.99% | - |
| XYZ | 41.47 | 37.75 | 97.2 | - |
| YUV | 165.12 | 177.03 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 159 | 252 | 0.43 | 0.37 | 0 | 0.01 | 231.67 | 0.95 | 0.78 |
| Hex | 90 | 9F | FC | 2B | 25 | 0 | 1 | E8 | 5F | 4E |
| Octal | 220 | 237 | 374 | 53 | 45 | 0 | 1 | 350 | 137 | 116 |
| Binary | 10010000 | 10011111 | 11111100 | 101011 | 100101 | 0 | 1 | 11101000 | 1011111 | 1001110 |
Color Harmonies of #909FFC
Complementary color
Monochromatic Colors of #909FFC
Black with #909FFC
Text Example
Text Example
White with #909FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909FFC; }
p { color: rgb(144,159,252); }
H1.HeaderClassName
{
color: #909FFC;
}
.AnyTagClassName
{
color: #909FFC;
}
</style>
background-color css
<style>
a { background-color: #909FFC; }
a { background-color: rgb(144,159,252); }
div.DivClassName
{
background-color: #909FFC;
}
.BgClassName
{
background-color: #909FFC;
}
</style>
border-color css
<style>
span { border-color: #909FFC; }
span { border-color: rgb(144,159,252); }
td.TdClassName
{
border-color: #909FFC;
}
.TagClassName
{
border-color: #909FFC;
}
</style>