Shades of Portage #919EDD
Tints of Portage #919EDD
RGB
CMYK
RGB Variations
Color information
#919EDD (or 0x919EDD) is known color: Portage. HEX triplet: 91, 9E and DD. RGB value is (145,158,221). Sum of RGB (Red+Green+Blue) = 145+158+221=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #919EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EDD is #6E6122. Grayscale: #A1A1A1. Windows color (decimal): -7233827 or 14524049. OLE color: 14524049.
HSL color Cylindrical-coordinate representation of color #919EDD: hue angle of 229.74º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #919EDD is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 158 | 221 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.13 |
| HSL | 229.74º | 0.53% | 0.72% | - |
| HSV(B) | 229.74º | 0.34% | 0.87% | - |
| XYZ | 36.96 | 35.69 | 73.35 | - |
| YUV | 161.3 | 161.69 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 221 | 0.34 | 0.29 | 0 | 0.13 | 229.74 | 0.53 | 0.72 |
| Hex | 91 | 9E | DD | 22 | 1D | 0 | D | E6 | 35 | 48 |
| Octal | 221 | 236 | 335 | 42 | 35 | 0 | 15 | 346 | 65 | 110 |
| Binary | 10010001 | 10011110 | 11011101 | 100010 | 11101 | 0 | 1101 | 11100110 | 110101 | 1001000 |
Color Harmonies of #919EDD
Complementary color
Monochromatic Colors of #919EDD
Black with #919EDD
Text Example
Text Example
White with #919EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EDD; }
p { color: rgb(145,158,221); }
H1.HeaderClassName
{
color: #919EDD;
}
.AnyTagClassName
{
color: #919EDD;
}
</style>
background-color css
<style>
a { background-color: #919EDD; }
a { background-color: rgb(145,158,221); }
div.DivClassName
{
background-color: #919EDD;
}
.BgClassName
{
background-color: #919EDD;
}
</style>
border-color css
<style>
span { border-color: #919EDD; }
span { border-color: rgb(145,158,221); }
td.TdClassName
{
border-color: #919EDD;
}
.TagClassName
{
border-color: #919EDD;
}
</style>