Shades of Portage #919EDE
Tints of Portage #919EDE
RGB
CMYK
RGB Variations
Color information
#919EDE (or 0x919EDE) is known color: Portage. HEX triplet: 91, 9E and DE. RGB value is (145,158,222). Sum of RGB (Red+Green+Blue) = 145+158+222=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #919EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EDE is #6E6121. Grayscale: #A1A1A1. Windows color (decimal): -7233826 or 14589585. OLE color: 14589585.
HSL color Cylindrical-coordinate representation of color #919EDE: hue angle of 229.87º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919EDE is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 158 | 222 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.13 |
| HSL | 229.87º | 0.54% | 0.72% | - |
| HSV(B) | 229.87º | 0.35% | 0.87% | - |
| XYZ | 37.09 | 35.75 | 74.05 | - |
| YUV | 161.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 222 | 0.35 | 0.29 | 0 | 0.13 | 229.87 | 0.54 | 0.72 |
| Hex | 91 | 9E | DE | 23 | 1D | 0 | D | E6 | 36 | 48 |
| Octal | 221 | 236 | 336 | 43 | 35 | 0 | 15 | 346 | 66 | 110 |
| Binary | 10010001 | 10011110 | 11011110 | 100011 | 11101 | 0 | 1101 | 11100110 | 110110 | 1001000 |
Color Harmonies of #919EDE
Complementary color
Monochromatic Colors of #919EDE
Black with #919EDE
Text Example
Text Example
White with #919EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EDE; }
p { color: rgb(145,158,222); }
H1.HeaderClassName
{
color: #919EDE;
}
.AnyTagClassName
{
color: #919EDE;
}
</style>
background-color css
<style>
a { background-color: #919EDE; }
a { background-color: rgb(145,158,222); }
div.DivClassName
{
background-color: #919EDE;
}
.BgClassName
{
background-color: #919EDE;
}
</style>
border-color css
<style>
span { border-color: #919EDE; }
span { border-color: rgb(145,158,222); }
td.TdClassName
{
border-color: #919EDE;
}
.TagClassName
{
border-color: #919EDE;
}
</style>