Shades of Portage #919DD3
Tints of Portage #919DD3
RGB
CMYK
RGB Variations
Color information
#919DD3 (or 0x919DD3) is known color: Portage. HEX triplet: 91, 9D and D3. RGB value is (145,157,211). Sum of RGB (Red+Green+Blue) = 145+157+211=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 211 - color contains mainly: blue. Hex color #919DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DD3 is #6E622C. Grayscale: #9F9F9F. Windows color (decimal): -7234093 or 13868433. OLE color: 13868433.
HSL color Cylindrical-coordinate representation of color #919DD3: hue angle of 229.09º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #919DD3 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 157 | 211 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.17 |
| HSL | 229.09º | 0.43% | 0.7% | - |
| HSV(B) | 229.09º | 0.31% | 0.83% | - |
| XYZ | 35.49 | 34.84 | 66.48 | - |
| YUV | 159.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 211 | 0.31 | 0.26 | 0 | 0.17 | 229.09 | 0.43 | 0.7 |
| Hex | 91 | 9D | D3 | 1F | 1A | 0 | 11 | E5 | 2B | 46 |
| Octal | 221 | 235 | 323 | 37 | 32 | 0 | 21 | 345 | 53 | 106 |
| Binary | 10010001 | 10011101 | 11010011 | 11111 | 11010 | 0 | 10001 | 11100101 | 101011 | 1000110 |
Color Harmonies of #919DD3
Complementary color
Monochromatic Colors of #919DD3
Black with #919DD3
Text Example
Text Example
White with #919DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DD3; }
p { color: rgb(145,157,211); }
H1.HeaderClassName
{
color: #919DD3;
}
.AnyTagClassName
{
color: #919DD3;
}
</style>
background-color css
<style>
a { background-color: #919DD3; }
a { background-color: rgb(145,157,211); }
div.DivClassName
{
background-color: #919DD3;
}
.BgClassName
{
background-color: #919DD3;
}
</style>
border-color css
<style>
span { border-color: #919DD3; }
span { border-color: rgb(145,157,211); }
td.TdClassName
{
border-color: #919DD3;
}
.TagClassName
{
border-color: #919DD3;
}
</style>