Shades of Portage #919DF5
Tints of Portage #919DF5
RGB
CMYK
RGB Variations
Color information
#919DF5 (or 0x919DF5) is known color: Portage. HEX triplet: 91, 9D and F5. RGB value is (145,157,245). Sum of RGB (Red+Green+Blue) = 145+157+245=547 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.51% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #919DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919DF5 is #6E620A. Grayscale: #A3A3A3. Windows color (decimal): -7234059 or 16096657. OLE color: 16096657.
HSL color Cylindrical-coordinate representation of color #919DF5: hue angle of 232.8º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #919DF5 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 157 | 245 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.04 |
| HSL | 232.8º | 0.83% | 0.76% | - |
| HSV(B) | 232.8º | 0.41% | 0.96% | - |
| XYZ | 40.22 | 36.73 | 91.36 | - |
| YUV | 163.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 245 | 0.41 | 0.36 | 0 | 0.04 | 232.8 | 0.83 | 0.76 |
| Hex | 91 | 9D | F5 | 29 | 24 | 0 | 4 | E9 | 53 | 4C |
| Octal | 221 | 235 | 365 | 51 | 44 | 0 | 4 | 351 | 123 | 114 |
| Binary | 10010001 | 10011101 | 11110101 | 101001 | 100100 | 0 | 100 | 11101001 | 1010011 | 1001100 |
Color Harmonies of #919DF5
Complementary color
Monochromatic Colors of #919DF5
Black with #919DF5
Text Example
Text Example
White with #919DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DF5; }
p { color: rgb(145,157,245); }
H1.HeaderClassName
{
color: #919DF5;
}
.AnyTagClassName
{
color: #919DF5;
}
</style>
background-color css
<style>
a { background-color: #919DF5; }
a { background-color: rgb(145,157,245); }
div.DivClassName
{
background-color: #919DF5;
}
.BgClassName
{
background-color: #919DF5;
}
</style>
border-color css
<style>
span { border-color: #919DF5; }
span { border-color: rgb(145,157,245); }
td.TdClassName
{
border-color: #919DF5;
}
.TagClassName
{
border-color: #919DF5;
}
</style>