Shades of Portage #919AF9
Tints of Portage #919AF9
RGB
CMYK
RGB Variations
Color information
#919AF9 (or 0x919AF9) is known color: Portage. HEX triplet: 91, 9A and F9. RGB value is (145,154,249). Sum of RGB (Red+Green+Blue) = 145+154+249=548 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.46% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #919AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919AF9 is #6E6506. Grayscale: #A1A1A1. Windows color (decimal): -7234823 or 16358033. OLE color: 16358033.
HSL color Cylindrical-coordinate representation of color #919AF9: hue angle of 234.81º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #919AF9 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 154 | 249 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.02 |
| HSL | 234.81º | 0.9% | 0.77% | - |
| HSV(B) | 234.81º | 0.42% | 0.98% | - |
| XYZ | 40.33 | 35.97 | 94.44 | - |
| YUV | 162.14 | 177.02 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 249 | 0.42 | 0.38 | 0 | 0.02 | 234.81 | 0.9 | 0.77 |
| Hex | 91 | 9A | F9 | 2A | 26 | 0 | 2 | EB | 5A | 4D |
| Octal | 221 | 232 | 371 | 52 | 46 | 0 | 2 | 353 | 132 | 115 |
| Binary | 10010001 | 10011010 | 11111001 | 101010 | 100110 | 0 | 10 | 11101011 | 1011010 | 1001101 |
Color Harmonies of #919AF9
Complementary color
Monochromatic Colors of #919AF9
Black with #919AF9
Text Example
Text Example
White with #919AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919AF9; }
p { color: rgb(145,154,249); }
H1.HeaderClassName
{
color: #919AF9;
}
.AnyTagClassName
{
color: #919AF9;
}
</style>
background-color css
<style>
a { background-color: #919AF9; }
a { background-color: rgb(145,154,249); }
div.DivClassName
{
background-color: #919AF9;
}
.BgClassName
{
background-color: #919AF9;
}
</style>
border-color css
<style>
span { border-color: #919AF9; }
span { border-color: rgb(145,154,249); }
td.TdClassName
{
border-color: #919AF9;
}
.TagClassName
{
border-color: #919AF9;
}
</style>