Shades of Portage #919BF7
Tints of Portage #919BF7
RGB
CMYK
RGB Variations
Color information
#919BF7 (or 0x919BF7) is known color: Portage. HEX triplet: 91, 9B and F7. RGB value is (145,155,247). Sum of RGB (Red+Green+Blue) = 145+155+247=547 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.51% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #919BF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919BF7 is #6E6408. Grayscale: #A2A2A2. Windows color (decimal): -7234569 or 16227217. OLE color: 16227217.
HSL color Cylindrical-coordinate representation of color #919BF7: hue angle of 234.12º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #919BF7 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 155 | 247 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.03 |
| HSL | 234.12º | 0.86% | 0.77% | - |
| HSV(B) | 234.12º | 0.41% | 0.97% | - |
| XYZ | 40.19 | 36.18 | 92.86 | - |
| YUV | 162.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 247 | 0.41 | 0.37 | 0 | 0.03 | 234.12 | 0.86 | 0.77 |
| Hex | 91 | 9B | F7 | 29 | 25 | 0 | 3 | EA | 56 | 4D |
| Octal | 221 | 233 | 367 | 51 | 45 | 0 | 3 | 352 | 126 | 115 |
| Binary | 10010001 | 10011011 | 11110111 | 101001 | 100101 | 0 | 11 | 11101010 | 1010110 | 1001101 |
Color Harmonies of #919BF7
Complementary color
Monochromatic Colors of #919BF7
Black with #919BF7
Text Example
Text Example
White with #919BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BF7; }
p { color: rgb(145,155,247); }
H1.HeaderClassName
{
color: #919BF7;
}
.AnyTagClassName
{
color: #919BF7;
}
</style>
background-color css
<style>
a { background-color: #919BF7; }
a { background-color: rgb(145,155,247); }
div.DivClassName
{
background-color: #919BF7;
}
.BgClassName
{
background-color: #919BF7;
}
</style>
border-color css
<style>
span { border-color: #919BF7; }
span { border-color: rgb(145,155,247); }
td.TdClassName
{
border-color: #919BF7;
}
.TagClassName
{
border-color: #919BF7;
}
</style>