Shades of Portage #909CFF
Tints of Portage #909CFF
RGB
CMYK
RGB Variations
Color information
#909CFF (or 0x909CFF) is known color: Portage. HEX triplet: 90, 9C and FF. RGB value is (144,156,255). Sum of RGB (Red+Green+Blue) = 144+156+255=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #909CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909CFF is #6F6300. Grayscale: #A3A3A3. Windows color (decimal): -7299841 or 16751760. OLE color: 16751760.
HSL color Cylindrical-coordinate representation of color #909CFF: hue angle of 233.51º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #909CFF is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 156 | 255 | - |
| CMYK | 0.44 | 0.39 | 0 | 0 |
| HSL | 233.51º | 1% | 0.78% | - |
| HSV(B) | 233.51º | 0.44% | 1% | - |
| XYZ | 41.44 | 36.93 | 99.55 | - |
| YUV | 163.7 | 179.52 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 255 | 0.44 | 0.39 | 0 | 0 | 233.51 | 1 | 0.78 |
| Hex | 90 | 9C | FF | 2C | 27 | 0 | 0 | EA | 64 | 4E |
| Octal | 220 | 234 | 377 | 54 | 47 | 0 | 0 | 352 | 144 | 116 |
| Binary | 10010000 | 10011100 | 11111111 | 101100 | 100111 | 0 | 0 | 11101010 | 1100100 | 1001110 |
Color Harmonies of #909CFF
Complementary color
Monochromatic Colors of #909CFF
Black with #909CFF
Text Example
Text Example
White with #909CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CFF; }
p { color: rgb(144,156,255); }
H1.HeaderClassName
{
color: #909CFF;
}
.AnyTagClassName
{
color: #909CFF;
}
</style>
background-color css
<style>
a { background-color: #909CFF; }
a { background-color: rgb(144,156,255); }
div.DivClassName
{
background-color: #909CFF;
}
.BgClassName
{
background-color: #909CFF;
}
</style>
border-color css
<style>
span { border-color: #909CFF; }
span { border-color: rgb(144,156,255); }
td.TdClassName
{
border-color: #909CFF;
}
.TagClassName
{
border-color: #909CFF;
}
</style>