Shades of Portage #909CF3
Tints of Portage #909CF3
RGB
CMYK
RGB Variations
Color information
#909CF3 (or 0x909CF3) is known color: Portage. HEX triplet: 90, 9C and F3. RGB value is (144,156,243). Sum of RGB (Red+Green+Blue) = 144+156+243=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #909CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909CF3 is #6F630C. Grayscale: #A1A1A1. Windows color (decimal): -7299853 or 15965328. OLE color: 15965328.
HSL color Cylindrical-coordinate representation of color #909CF3: hue angle of 232.73º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #909CF3 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 156 | 243 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.05 |
| HSL | 232.73º | 0.8% | 0.76% | - |
| HSV(B) | 232.73º | 0.41% | 0.95% | - |
| XYZ | 39.57 | 36.18 | 89.69 | - |
| YUV | 162.33 | 173.52 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 243 | 0.41 | 0.36 | 0 | 0.05 | 232.73 | 0.8 | 0.76 |
| Hex | 90 | 9C | F3 | 29 | 24 | 0 | 5 | E9 | 50 | 4C |
| Octal | 220 | 234 | 363 | 51 | 44 | 0 | 5 | 351 | 120 | 114 |
| Binary | 10010000 | 10011100 | 11110011 | 101001 | 100100 | 0 | 101 | 11101001 | 1010000 | 1001100 |
Color Harmonies of #909CF3
Complementary color
Monochromatic Colors of #909CF3
Black with #909CF3
Text Example
Text Example
White with #909CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CF3; }
p { color: rgb(144,156,243); }
H1.HeaderClassName
{
color: #909CF3;
}
.AnyTagClassName
{
color: #909CF3;
}
</style>
background-color css
<style>
a { background-color: #909CF3; }
a { background-color: rgb(144,156,243); }
div.DivClassName
{
background-color: #909CF3;
}
.BgClassName
{
background-color: #909CF3;
}
</style>
border-color css
<style>
span { border-color: #909CF3; }
span { border-color: rgb(144,156,243); }
td.TdClassName
{
border-color: #909CF3;
}
.TagClassName
{
border-color: #909CF3;
}
</style>