Shades of Portage #919DD9
Tints of Portage #919DD9
RGB
CMYK
RGB Variations
Color information
#919DD9 (or 0x919DD9) is known color: Portage. HEX triplet: 91, 9D and D9. RGB value is (145,157,217). Sum of RGB (Red+Green+Blue) = 145+157+217=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #919DD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DD9 is #6E6226. Grayscale: #A0A0A0. Windows color (decimal): -7234087 or 14261649. OLE color: 14261649.
HSL color Cylindrical-coordinate representation of color #919DD9: hue angle of 230º 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 #919DD9 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 157 | 217 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.15 |
| HSL | 230º | 0.49% | 0.71% | - |
| HSV(B) | 230º | 0.33% | 0.85% | - |
| XYZ | 36.26 | 35.14 | 70.52 | - |
| YUV | 160.25 | 160.02 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 217 | 0.33 | 0.28 | 0 | 0.15 | 230 | 0.49 | 0.71 |
| Hex | 91 | 9D | D9 | 21 | 1C | 0 | F | E6 | 31 | 47 |
| Octal | 221 | 235 | 331 | 41 | 34 | 0 | 17 | 346 | 61 | 107 |
| Binary | 10010001 | 10011101 | 11011001 | 100001 | 11100 | 0 | 1111 | 11100110 | 110001 | 1000111 |
Color Harmonies of #919DD9
Complementary color
Monochromatic Colors of #919DD9
Black with #919DD9
Text Example
Text Example
White with #919DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DD9; }
p { color: rgb(145,157,217); }
H1.HeaderClassName
{
color: #919DD9;
}
.AnyTagClassName
{
color: #919DD9;
}
</style>
background-color css
<style>
a { background-color: #919DD9; }
a { background-color: rgb(145,157,217); }
div.DivClassName
{
background-color: #919DD9;
}
.BgClassName
{
background-color: #919DD9;
}
</style>
border-color css
<style>
span { border-color: #919DD9; }
span { border-color: rgb(145,157,217); }
td.TdClassName
{
border-color: #919DD9;
}
.TagClassName
{
border-color: #919DD9;
}
</style>