Shades of Portage #919ED6
Tints of Portage #919ED6
RGB
CMYK
RGB Variations
Color information
#919ED6 (or 0x919ED6) is known color: Portage. HEX triplet: 91, 9E and D6. RGB value is (145,158,214). Sum of RGB (Red+Green+Blue) = 145+158+214=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #919ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ED6 is #6E6129. Grayscale: #A0A0A0. Windows color (decimal): -7233834 or 14065297. OLE color: 14065297.
HSL color Cylindrical-coordinate representation of color #919ED6: hue angle of 228.7º degrees, saturation: 0.46, 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 #919ED6 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 158 | 214 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.16 |
| HSL | 228.7º | 0.46% | 0.7% | - |
| HSV(B) | 228.7º | 0.32% | 0.84% | - |
| XYZ | 36.04 | 35.33 | 68.54 | - |
| YUV | 160.5 | 158.19 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 214 | 0.32 | 0.26 | 0 | 0.16 | 228.7 | 0.46 | 0.7 |
| Hex | 91 | 9E | D6 | 20 | 1A | 0 | 10 | E5 | 2E | 46 |
| Octal | 221 | 236 | 326 | 40 | 32 | 0 | 20 | 345 | 56 | 106 |
| Binary | 10010001 | 10011110 | 11010110 | 100000 | 11010 | 0 | 10000 | 11100101 | 101110 | 1000110 |
Color Harmonies of #919ED6
Complementary color
Monochromatic Colors of #919ED6
Black with #919ED6
Text Example
Text Example
White with #919ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919ED6; }
p { color: rgb(145,158,214); }
H1.HeaderClassName
{
color: #919ED6;
}
.AnyTagClassName
{
color: #919ED6;
}
</style>
background-color css
<style>
a { background-color: #919ED6; }
a { background-color: rgb(145,158,214); }
div.DivClassName
{
background-color: #919ED6;
}
.BgClassName
{
background-color: #919ED6;
}
</style>
border-color css
<style>
span { border-color: #919ED6; }
span { border-color: rgb(145,158,214); }
td.TdClassName
{
border-color: #919ED6;
}
.TagClassName
{
border-color: #919ED6;
}
</style>