Shades of Portage #919ED5
Tints of Portage #919ED5
RGB
CMYK
RGB Variations
Color information
#919ED5 (or 0x919ED5) is known color: Portage. HEX triplet: 91, 9E and D5. RGB value is (145,158,213). Sum of RGB (Red+Green+Blue) = 145+158+213=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #919ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ED5 is #6E612A. Grayscale: #A0A0A0. Windows color (decimal): -7233835 or 13999761. OLE color: 13999761.
HSL color Cylindrical-coordinate representation of color #919ED5: hue angle of 228.53º degrees, saturation: 0.45, 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 #919ED5 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 158 | 213 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.16 |
| HSL | 228.53º | 0.45% | 0.7% | - |
| HSV(B) | 228.53º | 0.32% | 0.84% | - |
| XYZ | 35.91 | 35.28 | 67.87 | - |
| YUV | 160.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 213 | 0.32 | 0.26 | 0 | 0.16 | 228.53 | 0.45 | 0.7 |
| Hex | 91 | 9E | D5 | 20 | 1A | 0 | 10 | E5 | 2D | 46 |
| Octal | 221 | 236 | 325 | 40 | 32 | 0 | 20 | 345 | 55 | 106 |
| Binary | 10010001 | 10011110 | 11010101 | 100000 | 11010 | 0 | 10000 | 11100101 | 101101 | 1000110 |
Color Harmonies of #919ED5
Complementary color
Monochromatic Colors of #919ED5
Black with #919ED5
Text Example
Text Example
White with #919ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919ED5; }
p { color: rgb(145,158,213); }
H1.HeaderClassName
{
color: #919ED5;
}
.AnyTagClassName
{
color: #919ED5;
}
</style>
background-color css
<style>
a { background-color: #919ED5; }
a { background-color: rgb(145,158,213); }
div.DivClassName
{
background-color: #919ED5;
}
.BgClassName
{
background-color: #919ED5;
}
</style>
border-color css
<style>
span { border-color: #919ED5; }
span { border-color: rgb(145,158,213); }
td.TdClassName
{
border-color: #919ED5;
}
.TagClassName
{
border-color: #919ED5;
}
</style>