Shades of Portage #919FD6
Tints of Portage #919FD6
RGB
CMYK
RGB Variations
Color information
#919FD6 (or 0x919FD6) is known color: Portage. HEX triplet: 91, 9F and D6. RGB value is (145,159,214). Sum of RGB (Red+Green+Blue) = 145+159+214=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #919FD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FD6 is #6E6029. Grayscale: #A0A0A0. Windows color (decimal): -7233578 or 14065553. OLE color: 14065553.
HSL color Cylindrical-coordinate representation of color #919FD6: hue angle of 227.83º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #919FD6 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 159 | 214 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.16 |
| HSL | 227.83º | 0.46% | 0.7% | - |
| HSV(B) | 227.83º | 0.32% | 0.84% | - |
| XYZ | 36.21 | 35.67 | 68.59 | - |
| YUV | 161.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 214 | 0.32 | 0.26 | 0 | 0.16 | 227.83 | 0.46 | 0.7 |
| Hex | 91 | 9F | D6 | 20 | 1A | 0 | 10 | E4 | 2E | 46 |
| Octal | 221 | 237 | 326 | 40 | 32 | 0 | 20 | 344 | 56 | 106 |
| Binary | 10010001 | 10011111 | 11010110 | 100000 | 11010 | 0 | 10000 | 11100100 | 101110 | 1000110 |
Color Harmonies of #919FD6
Complementary color
Monochromatic Colors of #919FD6
Black with #919FD6
Text Example
Text Example
White with #919FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FD6; }
p { color: rgb(145,159,214); }
H1.HeaderClassName
{
color: #919FD6;
}
.AnyTagClassName
{
color: #919FD6;
}
</style>
background-color css
<style>
a { background-color: #919FD6; }
a { background-color: rgb(145,159,214); }
div.DivClassName
{
background-color: #919FD6;
}
.BgClassName
{
background-color: #919FD6;
}
</style>
border-color css
<style>
span { border-color: #919FD6; }
span { border-color: rgb(145,159,214); }
td.TdClassName
{
border-color: #919FD6;
}
.TagClassName
{
border-color: #919FD6;
}
</style>