Shades of Portage #919EDA
Tints of Portage #919EDA
RGB
CMYK
RGB Variations
Color information
#919EDA (or 0x919EDA) is known color: Portage. HEX triplet: 91, 9E and DA. RGB value is (145,158,218). Sum of RGB (Red+Green+Blue) = 145+158+218=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #919EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EDA is #6E6125. Grayscale: #A0A0A0. Windows color (decimal): -7233830 or 14327441. OLE color: 14327441.
HSL color Cylindrical-coordinate representation of color #919EDA: hue angle of 229.32º degrees, saturation: 0.5, 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 #919EDA is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 158 | 218 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.15 |
| HSL | 229.32º | 0.5% | 0.71% | - |
| HSV(B) | 229.32º | 0.33% | 0.85% | - |
| XYZ | 36.56 | 35.54 | 71.26 | - |
| YUV | 160.95 | 160.19 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 218 | 0.33 | 0.28 | 0 | 0.15 | 229.32 | 0.5 | 0.71 |
| Hex | 91 | 9E | DA | 21 | 1C | 0 | F | E5 | 32 | 47 |
| Octal | 221 | 236 | 332 | 41 | 34 | 0 | 17 | 345 | 62 | 107 |
| Binary | 10010001 | 10011110 | 11011010 | 100001 | 11100 | 0 | 1111 | 11100101 | 110010 | 1000111 |
Color Harmonies of #919EDA
Complementary color
Monochromatic Colors of #919EDA
Black with #919EDA
Text Example
Text Example
White with #919EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EDA; }
p { color: rgb(145,158,218); }
H1.HeaderClassName
{
color: #919EDA;
}
.AnyTagClassName
{
color: #919EDA;
}
</style>
background-color css
<style>
a { background-color: #919EDA; }
a { background-color: rgb(145,158,218); }
div.DivClassName
{
background-color: #919EDA;
}
.BgClassName
{
background-color: #919EDA;
}
</style>
border-color css
<style>
span { border-color: #919EDA; }
span { border-color: rgb(145,158,218); }
td.TdClassName
{
border-color: #919EDA;
}
.TagClassName
{
border-color: #919EDA;
}
</style>