Shades of Portage #919AF3
Tints of Portage #919AF3
RGB
CMYK
RGB Variations
Color information
#919AF3 (or 0x919AF3) is known color: Portage. HEX triplet: 91, 9A and F3. RGB value is (145,154,243). Sum of RGB (Red+Green+Blue) = 145+154+243=542 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.75% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #919AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919AF3 is #6E650C. Grayscale: #A1A1A1. Windows color (decimal): -7234829 or 15964817. OLE color: 15964817.
HSL color Cylindrical-coordinate representation of color #919AF3: hue angle of 234.49º 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 #919AF3 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 154 | 243 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.05 |
| HSL | 234.49º | 0.8% | 0.76% | - |
| HSV(B) | 234.49º | 0.4% | 0.95% | - |
| XYZ | 39.41 | 35.6 | 89.59 | - |
| YUV | 161.46 | 174.02 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 243 | 0.40 | 0.37 | 0 | 0.05 | 234.49 | 0.8 | 0.76 |
| Hex | 91 | 9A | F3 | 28 | 25 | 0 | 5 | EA | 50 | 4C |
| Octal | 221 | 232 | 363 | 50 | 45 | 0 | 5 | 352 | 120 | 114 |
| Binary | 10010001 | 10011010 | 11110011 | 101000 | 100101 | 0 | 101 | 11101010 | 1010000 | 1001100 |
Color Harmonies of #919AF3
Complementary color
Monochromatic Colors of #919AF3
Black with #919AF3
Text Example
Text Example
White with #919AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919AF3; }
p { color: rgb(145,154,243); }
H1.HeaderClassName
{
color: #919AF3;
}
.AnyTagClassName
{
color: #919AF3;
}
</style>
background-color css
<style>
a { background-color: #919AF3; }
a { background-color: rgb(145,154,243); }
div.DivClassName
{
background-color: #919AF3;
}
.BgClassName
{
background-color: #919AF3;
}
</style>
border-color css
<style>
span { border-color: #919AF3; }
span { border-color: rgb(145,154,243); }
td.TdClassName
{
border-color: #919AF3;
}
.TagClassName
{
border-color: #919AF3;
}
</style>