Shades of Portage #919DD1
Tints of Portage #919DD1
RGB
CMYK
RGB Variations
Color information
#919DD1 (or 0x919DD1) is known color: Portage. HEX triplet: 91, 9D and D1. RGB value is (145,157,209). Sum of RGB (Red+Green+Blue) = 145+157+209=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #919DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DD1 is #6E622E. Grayscale: #9F9F9F. Windows color (decimal): -7234095 or 13737361. OLE color: 13737361.
HSL color Cylindrical-coordinate representation of color #919DD1: hue angle of 228.75º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #919DD1 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 157 | 209 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.18 |
| HSL | 228.75º | 0.41% | 0.69% | - |
| HSV(B) | 228.75º | 0.31% | 0.82% | - |
| XYZ | 35.24 | 34.74 | 65.17 | - |
| YUV | 159.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 209 | 0.31 | 0.25 | 0 | 0.18 | 228.75 | 0.41 | 0.69 |
| Hex | 91 | 9D | D1 | 1F | 19 | 0 | 12 | E5 | 29 | 45 |
| Octal | 221 | 235 | 321 | 37 | 31 | 0 | 22 | 345 | 51 | 105 |
| Binary | 10010001 | 10011101 | 11010001 | 11111 | 11001 | 0 | 10010 | 11100101 | 101001 | 1000101 |
Color Harmonies of #919DD1
Complementary color
Monochromatic Colors of #919DD1
Black with #919DD1
Text Example
Text Example
White with #919DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DD1; }
p { color: rgb(145,157,209); }
H1.HeaderClassName
{
color: #919DD1;
}
.AnyTagClassName
{
color: #919DD1;
}
</style>
background-color css
<style>
a { background-color: #919DD1; }
a { background-color: rgb(145,157,209); }
div.DivClassName
{
background-color: #919DD1;
}
.BgClassName
{
background-color: #919DD1;
}
</style>
border-color css
<style>
span { border-color: #919DD1; }
span { border-color: rgb(145,157,209); }
td.TdClassName
{
border-color: #919DD1;
}
.TagClassName
{
border-color: #919DD1;
}
</style>