Shades of Portage #919ED9
Tints of Portage #919ED9
RGB
CMYK
RGB Variations
Color information
#919ED9 (or 0x919ED9) is known color: Portage. HEX triplet: 91, 9E and D9. RGB value is (145,158,217). Sum of RGB (Red+Green+Blue) = 145+158+217=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #919ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ED9 is #6E6126. Grayscale: #A0A0A0. Windows color (decimal): -7233831 or 14261905. OLE color: 14261905.
HSL color Cylindrical-coordinate representation of color #919ED9: hue angle of 229.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #919ED9 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 158 | 217 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.15 |
| HSL | 229.17º | 0.49% | 0.71% | - |
| HSV(B) | 229.17º | 0.33% | 0.85% | - |
| XYZ | 36.43 | 35.48 | 70.57 | - |
| YUV | 160.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 217 | 0.33 | 0.27 | 0 | 0.15 | 229.17 | 0.49 | 0.71 |
| Hex | 91 | 9E | D9 | 21 | 1B | 0 | F | E5 | 31 | 47 |
| Octal | 221 | 236 | 331 | 41 | 33 | 0 | 17 | 345 | 61 | 107 |
| Binary | 10010001 | 10011110 | 11011001 | 100001 | 11011 | 0 | 1111 | 11100101 | 110001 | 1000111 |
Color Harmonies of #919ED9
Complementary color
Monochromatic Colors of #919ED9
Black with #919ED9
Text Example
Text Example
White with #919ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919ED9; }
p { color: rgb(145,158,217); }
H1.HeaderClassName
{
color: #919ED9;
}
.AnyTagClassName
{
color: #919ED9;
}
</style>
background-color css
<style>
a { background-color: #919ED9; }
a { background-color: rgb(145,158,217); }
div.DivClassName
{
background-color: #919ED9;
}
.BgClassName
{
background-color: #919ED9;
}
</style>
border-color css
<style>
span { border-color: #919ED9; }
span { border-color: rgb(145,158,217); }
td.TdClassName
{
border-color: #919ED9;
}
.TagClassName
{
border-color: #919ED9;
}
</style>