Shades of Portage #919FFB
Tints of Portage #919FFB
RGB
CMYK
RGB Variations
Color information
#919FFB (or 0x919FFB) is known color: Portage. HEX triplet: 91, 9F and FB. RGB value is (145,159,251). Sum of RGB (Red+Green+Blue) = 145+159+251=555 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.13% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #919FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919FFB is #6E6004. Grayscale: #A4A4A4. Windows color (decimal): -7233541 or 16490385. OLE color: 16490385.
HSL color Cylindrical-coordinate representation of color #919FFB: hue angle of 232.08º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #919FFB is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 159 | 251 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.02 |
| HSL | 232.08º | 0.93% | 0.78% | - |
| HSV(B) | 232.08º | 0.42% | 0.98% | - |
| XYZ | 41.49 | 37.78 | 96.37 | - |
| YUV | 165.3 | 176.36 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 251 | 0.42 | 0.37 | 0 | 0.02 | 232.08 | 0.93 | 0.78 |
| Hex | 91 | 9F | FB | 2A | 25 | 0 | 2 | E8 | 5D | 4E |
| Octal | 221 | 237 | 373 | 52 | 45 | 0 | 2 | 350 | 135 | 116 |
| Binary | 10010001 | 10011111 | 11111011 | 101010 | 100101 | 0 | 10 | 11101000 | 1011101 | 1001110 |
Color Harmonies of #919FFB
Complementary color
Monochromatic Colors of #919FFB
Black with #919FFB
Text Example
Text Example
White with #919FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FFB; }
p { color: rgb(145,159,251); }
H1.HeaderClassName
{
color: #919FFB;
}
.AnyTagClassName
{
color: #919FFB;
}
</style>
background-color css
<style>
a { background-color: #919FFB; }
a { background-color: rgb(145,159,251); }
div.DivClassName
{
background-color: #919FFB;
}
.BgClassName
{
background-color: #919FFB;
}
</style>
border-color css
<style>
span { border-color: #919FFB; }
span { border-color: rgb(145,159,251); }
td.TdClassName
{
border-color: #919FFB;
}
.TagClassName
{
border-color: #919FFB;
}
</style>