Shades of Portage #919ECE
Tints of Portage #919ECE
RGB
CMYK
RGB Variations
Color information
#919ECE (or 0x919ECE) is known color: Portage. HEX triplet: 91, 9E and CE. RGB value is (145,158,206). Sum of RGB (Red+Green+Blue) = 145+158+206=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #919ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ECE is #6E6131. Grayscale: #9F9F9F. Windows color (decimal): -7233842 or 13541009. OLE color: 13541009.
HSL color Cylindrical-coordinate representation of color #919ECE: hue angle of 227.21º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #919ECE is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 158 | 206 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.19 |
| HSL | 227.21º | 0.38% | 0.69% | - |
| HSV(B) | 227.21º | 0.3% | 0.81% | - |
| XYZ | 35.04 | 34.93 | 63.29 | - |
| YUV | 159.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 206 | 0.30 | 0.23 | 0 | 0.19 | 227.21 | 0.38 | 0.69 |
| Hex | 91 | 9E | CE | 1E | 17 | 0 | 13 | E3 | 26 | 45 |
| Octal | 221 | 236 | 316 | 36 | 27 | 0 | 23 | 343 | 46 | 105 |
| Binary | 10010001 | 10011110 | 11001110 | 11110 | 10111 | 0 | 10011 | 11100011 | 100110 | 1000101 |
Color Harmonies of #919ECE
Complementary color
Monochromatic Colors of #919ECE
Black with #919ECE
Text Example
Text Example
White with #919ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919ECE; }
p { color: rgb(145,158,206); }
H1.HeaderClassName
{
color: #919ECE;
}
.AnyTagClassName
{
color: #919ECE;
}
</style>
background-color css
<style>
a { background-color: #919ECE; }
a { background-color: rgb(145,158,206); }
div.DivClassName
{
background-color: #919ECE;
}
.BgClassName
{
background-color: #919ECE;
}
</style>
border-color css
<style>
span { border-color: #919ECE; }
span { border-color: rgb(145,158,206); }
td.TdClassName
{
border-color: #919ECE;
}
.TagClassName
{
border-color: #919ECE;
}
</style>