Shades of Portage #919DF3
Tints of Portage #919DF3
RGB
CMYK
RGB Variations
Color information
#919DF3 (or 0x919DF3) is known color: Portage. HEX triplet: 91, 9D and F3. RGB value is (145,157,243). Sum of RGB (Red+Green+Blue) = 145+157+243=545 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.61% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #919DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919DF3 is #6E620C. Grayscale: #A2A2A2. Windows color (decimal): -7234061 or 15965585. OLE color: 15965585.
HSL color Cylindrical-coordinate representation of color #919DF3: hue angle of 232.65º 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 #919DF3 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 157 | 243 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.05 |
| HSL | 232.65º | 0.8% | 0.76% | - |
| HSV(B) | 232.65º | 0.4% | 0.95% | - |
| XYZ | 39.91 | 36.6 | 89.76 | - |
| YUV | 163.22 | 173.02 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 243 | 0.40 | 0.35 | 0 | 0.05 | 232.65 | 0.8 | 0.76 |
| Hex | 91 | 9D | F3 | 28 | 23 | 0 | 5 | E9 | 50 | 4C |
| Octal | 221 | 235 | 363 | 50 | 43 | 0 | 5 | 351 | 120 | 114 |
| Binary | 10010001 | 10011101 | 11110011 | 101000 | 100011 | 0 | 101 | 11101001 | 1010000 | 1001100 |
Color Harmonies of #919DF3
Complementary color
Monochromatic Colors of #919DF3
Black with #919DF3
Text Example
Text Example
White with #919DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DF3; }
p { color: rgb(145,157,243); }
H1.HeaderClassName
{
color: #919DF3;
}
.AnyTagClassName
{
color: #919DF3;
}
</style>
background-color css
<style>
a { background-color: #919DF3; }
a { background-color: rgb(145,157,243); }
div.DivClassName
{
background-color: #919DF3;
}
.BgClassName
{
background-color: #919DF3;
}
</style>
border-color css
<style>
span { border-color: #919DF3; }
span { border-color: rgb(145,157,243); }
td.TdClassName
{
border-color: #919DF3;
}
.TagClassName
{
border-color: #919DF3;
}
</style>