Shades of Portage #919EFC
Tints of Portage #919EFC
RGB
CMYK
RGB Variations
Color information
#919EFC (or 0x919EFC) is known color: Portage. HEX triplet: 91, 9E and FC. RGB value is (145,158,252). Sum of RGB (Red+Green+Blue) = 145+158+252=555 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.13% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #919EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919EFC is #6E6103. Grayscale: #A4A4A4. Windows color (decimal): -7233796 or 16555665. OLE color: 16555665.
HSL color Cylindrical-coordinate representation of color #919EFC: hue angle of 232.71º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #919EFC is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 158 | 252 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.01 |
| HSL | 232.71º | 0.95% | 0.78% | - |
| HSV(B) | 232.71º | 0.42% | 0.99% | - |
| XYZ | 41.47 | 37.5 | 97.15 | - |
| YUV | 164.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 252 | 0.42 | 0.37 | 0 | 0.01 | 232.71 | 0.95 | 0.78 |
| Hex | 91 | 9E | FC | 2A | 25 | 0 | 1 | E9 | 5F | 4E |
| Octal | 221 | 236 | 374 | 52 | 45 | 0 | 1 | 351 | 137 | 116 |
| Binary | 10010001 | 10011110 | 11111100 | 101010 | 100101 | 0 | 1 | 11101001 | 1011111 | 1001110 |
Color Harmonies of #919EFC
Complementary color
Monochromatic Colors of #919EFC
Black with #919EFC
Text Example
Text Example
White with #919EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EFC; }
p { color: rgb(145,158,252); }
H1.HeaderClassName
{
color: #919EFC;
}
.AnyTagClassName
{
color: #919EFC;
}
</style>
background-color css
<style>
a { background-color: #919EFC; }
a { background-color: rgb(145,158,252); }
div.DivClassName
{
background-color: #919EFC;
}
.BgClassName
{
background-color: #919EFC;
}
</style>
border-color css
<style>
span { border-color: #919EFC; }
span { border-color: rgb(145,158,252); }
td.TdClassName
{
border-color: #919EFC;
}
.TagClassName
{
border-color: #919EFC;
}
</style>