Shades of Portage #919DF8
Tints of Portage #919DF8
RGB
CMYK
RGB Variations
Color information
#919DF8 (or 0x919DF8) is known color: Portage. HEX triplet: 91, 9D and F8. RGB value is (145,157,248). Sum of RGB (Red+Green+Blue) = 145+157+248=550 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.36% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 248 (97.27% from 255 or 45.09% from 550); Max value from RGB is 248 - color contains mainly: blue. Hex color #919DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919DF8 is #6E6207. Grayscale: #A3A3A3. Windows color (decimal): -7234056 or 16293265. OLE color: 16293265.
HSL color Cylindrical-coordinate representation of color #919DF8: hue angle of 233.01º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #919DF8 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 157 | 248 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.03 |
| HSL | 233.01º | 0.88% | 0.77% | - |
| HSV(B) | 233.01º | 0.42% | 0.97% | - |
| XYZ | 40.68 | 36.91 | 93.79 | - |
| YUV | 163.79 | 175.52 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 248 | 0.42 | 0.37 | 0 | 0.03 | 233.01 | 0.88 | 0.77 |
| Hex | 91 | 9D | F8 | 2A | 25 | 0 | 3 | E9 | 58 | 4D |
| Octal | 221 | 235 | 370 | 52 | 45 | 0 | 3 | 351 | 130 | 115 |
| Binary | 10010001 | 10011101 | 11111000 | 101010 | 100101 | 0 | 11 | 11101001 | 1011000 | 1001101 |
Color Harmonies of #919DF8
Complementary color
Monochromatic Colors of #919DF8
Black with #919DF8
Text Example
Text Example
White with #919DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DF8; }
p { color: rgb(145,157,248); }
H1.HeaderClassName
{
color: #919DF8;
}
.AnyTagClassName
{
color: #919DF8;
}
</style>
background-color css
<style>
a { background-color: #919DF8; }
a { background-color: rgb(145,157,248); }
div.DivClassName
{
background-color: #919DF8;
}
.BgClassName
{
background-color: #919DF8;
}
</style>
border-color css
<style>
span { border-color: #919DF8; }
span { border-color: rgb(145,157,248); }
td.TdClassName
{
border-color: #919DF8;
}
.TagClassName
{
border-color: #919DF8;
}
</style>