Shades of Portage #919FFF
Tints of Portage #919FFF
RGB
CMYK
RGB Variations
Color information
#919FFF (or 0x919FFF) is known color: Portage. HEX triplet: 91, 9F and FF. RGB value is (145,159,255). Sum of RGB (Red+Green+Blue) = 145+159+255=559 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.94% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #919FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919FFF is #6E6000. Grayscale: #A5A5A5. Windows color (decimal): -7233537 or 16752529. OLE color: 16752529.
HSL color Cylindrical-coordinate representation of color #919FFF: hue angle of 232.36º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #919FFF is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 159 | 255 | - |
| CMYK | 0.43 | 0.38 | 0 | 0 |
| HSL | 232.36º | 1% | 0.78% | - |
| HSV(B) | 232.36º | 0.43% | 1% | - |
| XYZ | 42.13 | 38.04 | 99.73 | - |
| YUV | 165.76 | 178.36 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 255 | 0.43 | 0.38 | 0 | 0 | 232.36 | 1 | 0.78 |
| Hex | 91 | 9F | FF | 2B | 26 | 0 | 0 | E8 | 64 | 4E |
| Octal | 221 | 237 | 377 | 53 | 46 | 0 | 0 | 350 | 144 | 116 |
| Binary | 10010001 | 10011111 | 11111111 | 101011 | 100110 | 0 | 0 | 11101000 | 1100100 | 1001110 |
Color Harmonies of #919FFF
Complementary color
Monochromatic Colors of #919FFF
Black with #919FFF
Text Example
Text Example
White with #919FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FFF; }
p { color: rgb(145,159,255); }
H1.HeaderClassName
{
color: #919FFF;
}
.AnyTagClassName
{
color: #919FFF;
}
</style>
background-color css
<style>
a { background-color: #919FFF; }
a { background-color: rgb(145,159,255); }
div.DivClassName
{
background-color: #919FFF;
}
.BgClassName
{
background-color: #919FFF;
}
</style>
border-color css
<style>
span { border-color: #919FFF; }
span { border-color: rgb(145,159,255); }
td.TdClassName
{
border-color: #919FFF;
}
.TagClassName
{
border-color: #919FFF;
}
</style>