Shades of Portage #919FD0
Tints of Portage #919FD0
RGB
CMYK
RGB Variations
Color information
#919FD0 (or 0x919FD0) is known color: Portage. HEX triplet: 91, 9F and D0. RGB value is (145,159,208). Sum of RGB (Red+Green+Blue) = 145+159+208=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #919FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FD0 is #6E602F. Grayscale: #A0A0A0. Windows color (decimal): -7233584 or 13672337. OLE color: 13672337.
HSL color Cylindrical-coordinate representation of color #919FD0: hue angle of 226.67º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #919FD0 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 159 | 208 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.18 |
| HSL | 226.67º | 0.4% | 0.69% | - |
| HSV(B) | 226.67º | 0.3% | 0.82% | - |
| XYZ | 35.46 | 35.37 | 64.63 | - |
| YUV | 160.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 208 | 0.30 | 0.24 | 0 | 0.18 | 226.67 | 0.4 | 0.69 |
| Hex | 91 | 9F | D0 | 1E | 18 | 0 | 12 | E3 | 28 | 45 |
| Octal | 221 | 237 | 320 | 36 | 30 | 0 | 22 | 343 | 50 | 105 |
| Binary | 10010001 | 10011111 | 11010000 | 11110 | 11000 | 0 | 10010 | 11100011 | 101000 | 1000101 |
Color Harmonies of #919FD0
Complementary color
Monochromatic Colors of #919FD0
Black with #919FD0
Text Example
Text Example
White with #919FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FD0; }
p { color: rgb(145,159,208); }
H1.HeaderClassName
{
color: #919FD0;
}
.AnyTagClassName
{
color: #919FD0;
}
</style>
background-color css
<style>
a { background-color: #919FD0; }
a { background-color: rgb(145,159,208); }
div.DivClassName
{
background-color: #919FD0;
}
.BgClassName
{
background-color: #919FD0;
}
</style>
border-color css
<style>
span { border-color: #919FD0; }
span { border-color: rgb(145,159,208); }
td.TdClassName
{
border-color: #919FD0;
}
.TagClassName
{
border-color: #919FD0;
}
</style>