Shades of Portage #919EFB
Tints of Portage #919EFB
RGB
CMYK
RGB Variations
Color information
#919EFB (or 0x919EFB) is known color: Portage. HEX triplet: 91, 9E and FB. RGB value is (145,158,251). Sum of RGB (Red+Green+Blue) = 145+158+251=554 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.17% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #919EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919EFB is #6E6104. Grayscale: #A4A4A4. Windows color (decimal): -7233797 or 16490129. OLE color: 16490129.
HSL color Cylindrical-coordinate representation of color #919EFB: hue angle of 232.64º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #919EFB is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 158 | 251 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.02 |
| HSL | 232.64º | 0.93% | 0.78% | - |
| HSV(B) | 232.64º | 0.42% | 0.98% | - |
| XYZ | 41.32 | 37.44 | 96.32 | - |
| YUV | 164.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 251 | 0.42 | 0.37 | 0 | 0.02 | 232.64 | 0.93 | 0.78 |
| Hex | 91 | 9E | FB | 2A | 25 | 0 | 2 | E9 | 5D | 4E |
| Octal | 221 | 236 | 373 | 52 | 45 | 0 | 2 | 351 | 135 | 116 |
| Binary | 10010001 | 10011110 | 11111011 | 101010 | 100101 | 0 | 10 | 11101001 | 1011101 | 1001110 |
Color Harmonies of #919EFB
Complementary color
Monochromatic Colors of #919EFB
Black with #919EFB
Text Example
Text Example
White with #919EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EFB; }
p { color: rgb(145,158,251); }
H1.HeaderClassName
{
color: #919EFB;
}
.AnyTagClassName
{
color: #919EFB;
}
</style>
background-color css
<style>
a { background-color: #919EFB; }
a { background-color: rgb(145,158,251); }
div.DivClassName
{
background-color: #919EFB;
}
.BgClassName
{
background-color: #919EFB;
}
</style>
border-color css
<style>
span { border-color: #919EFB; }
span { border-color: rgb(145,158,251); }
td.TdClassName
{
border-color: #919EFB;
}
.TagClassName
{
border-color: #919EFB;
}
</style>