Shades of Portage #919DF7
Tints of Portage #919DF7
RGB
CMYK
RGB Variations
Color information
#919DF7 (or 0x919DF7) is known color: Portage. HEX triplet: 91, 9D and F7. RGB value is (145,157,247). Sum of RGB (Red+Green+Blue) = 145+157+247=549 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.41% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #919DF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919DF7 is #6E6208. Grayscale: #A3A3A3. Windows color (decimal): -7234057 or 16227729. OLE color: 16227729.
HSL color Cylindrical-coordinate representation of color #919DF7: hue angle of 232.94º 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 #919DF7 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 157 | 247 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.03 |
| HSL | 232.94º | 0.86% | 0.77% | - |
| HSV(B) | 232.94º | 0.41% | 0.97% | - |
| XYZ | 40.52 | 36.85 | 92.97 | - |
| YUV | 163.67 | 175.02 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 247 | 0.41 | 0.36 | 0 | 0.03 | 232.94 | 0.86 | 0.77 |
| Hex | 91 | 9D | F7 | 29 | 24 | 0 | 3 | E9 | 56 | 4D |
| Octal | 221 | 235 | 367 | 51 | 44 | 0 | 3 | 351 | 126 | 115 |
| Binary | 10010001 | 10011101 | 11110111 | 101001 | 100100 | 0 | 11 | 11101001 | 1010110 | 1001101 |
Color Harmonies of #919DF7
Complementary color
Monochromatic Colors of #919DF7
Black with #919DF7
Text Example
Text Example
White with #919DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DF7; }
p { color: rgb(145,157,247); }
H1.HeaderClassName
{
color: #919DF7;
}
.AnyTagClassName
{
color: #919DF7;
}
</style>
background-color css
<style>
a { background-color: #919DF7; }
a { background-color: rgb(145,157,247); }
div.DivClassName
{
background-color: #919DF7;
}
.BgClassName
{
background-color: #919DF7;
}
</style>
border-color css
<style>
span { border-color: #919DF7; }
span { border-color: rgb(145,157,247); }
td.TdClassName
{
border-color: #919DF7;
}
.TagClassName
{
border-color: #919DF7;
}
</style>