Shades of Portage #919EF3
Tints of Portage #919EF3
RGB
CMYK
RGB Variations
Color information
#919EF3 (or 0x919EF3) is known color: Portage. HEX triplet: 91, 9E and F3. RGB value is (145,158,243). Sum of RGB (Red+Green+Blue) = 145+158+243=546 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.56% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #919EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919EF3 is #6E610C. Grayscale: #A3A3A3. Windows color (decimal): -7233805 or 15965841. OLE color: 15965841.
HSL color Cylindrical-coordinate representation of color #919EF3: hue angle of 232.04º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #919EF3 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 158 | 243 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.05 |
| HSL | 232.04º | 0.8% | 0.76% | - |
| HSV(B) | 232.04º | 0.4% | 0.95% | - |
| XYZ | 40.08 | 36.94 | 89.81 | - |
| YUV | 163.8 | 172.69 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 243 | 0.40 | 0.35 | 0 | 0.05 | 232.04 | 0.8 | 0.76 |
| Hex | 91 | 9E | F3 | 28 | 23 | 0 | 5 | E8 | 50 | 4C |
| Octal | 221 | 236 | 363 | 50 | 43 | 0 | 5 | 350 | 120 | 114 |
| Binary | 10010001 | 10011110 | 11110011 | 101000 | 100011 | 0 | 101 | 11101000 | 1010000 | 1001100 |
Color Harmonies of #919EF3
Complementary color
Monochromatic Colors of #919EF3
Black with #919EF3
Text Example
Text Example
White with #919EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EF3; }
p { color: rgb(145,158,243); }
H1.HeaderClassName
{
color: #919EF3;
}
.AnyTagClassName
{
color: #919EF3;
}
</style>
background-color css
<style>
a { background-color: #919EF3; }
a { background-color: rgb(145,158,243); }
div.DivClassName
{
background-color: #919EF3;
}
.BgClassName
{
background-color: #919EF3;
}
</style>
border-color css
<style>
span { border-color: #919EF3; }
span { border-color: rgb(145,158,243); }
td.TdClassName
{
border-color: #919EF3;
}
.TagClassName
{
border-color: #919EF3;
}
</style>