Shades of Portage #919FFE
Tints of Portage #919FFE
RGB
CMYK
RGB Variations
Color information
#919FFE (or 0x919FFE) is known color: Portage. HEX triplet: 91, 9F and FE. RGB value is (145,159,254). Sum of RGB (Red+Green+Blue) = 145+159+254=558 (73% of max value = 765). Red value is 145 (57.03% from 255 or 25.99% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #919FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919FFE is #6E6001. Grayscale: #A5A5A5. Windows color (decimal): -7233538 or 16686993. OLE color: 16686993.
HSL color Cylindrical-coordinate representation of color #919FFE: hue angle of 232.29º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #919FFE is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 159 | 254 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.00 |
| HSL | 232.29º | 0.98% | 0.78% | - |
| HSV(B) | 232.29º | 0.43% | 1% | - |
| XYZ | 41.96 | 37.97 | 98.88 | - |
| YUV | 165.64 | 177.86 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 254 | 0.43 | 0.37 | 0 | 0.00 | 232.29 | 0.98 | 0.78 |
| Hex | 91 | 9F | FE | 2B | 25 | 0 | 0 | E8 | 62 | 4E |
| Octal | 221 | 237 | 376 | 53 | 45 | 0 | 0 | 350 | 142 | 116 |
| Binary | 10010001 | 10011111 | 11111110 | 101011 | 100101 | 0 | 0 | 11101000 | 1100010 | 1001110 |
Color Harmonies of #919FFE
Complementary color
Monochromatic Colors of #919FFE
Black with #919FFE
Text Example
Text Example
White with #919FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FFE; }
p { color: rgb(145,159,254); }
H1.HeaderClassName
{
color: #919FFE;
}
.AnyTagClassName
{
color: #919FFE;
}
</style>
background-color css
<style>
a { background-color: #919FFE; }
a { background-color: rgb(145,159,254); }
div.DivClassName
{
background-color: #919FFE;
}
.BgClassName
{
background-color: #919FFE;
}
</style>
border-color css
<style>
span { border-color: #919FFE; }
span { border-color: rgb(145,159,254); }
td.TdClassName
{
border-color: #919FFE;
}
.TagClassName
{
border-color: #919FFE;
}
</style>