Shades of Portage #919ECD
Tints of Portage #919ECD
RGB
CMYK
RGB Variations
Color information
#919ECD (or 0x919ECD) is known color: Portage. HEX triplet: 91, 9E and CD. RGB value is (145,158,205). Sum of RGB (Red+Green+Blue) = 145+158+205=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #919ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ECD is #6E6132. Grayscale: #9F9F9F. Windows color (decimal): -7233843 or 13475473. OLE color: 13475473.
HSL color Cylindrical-coordinate representation of color #919ECD: hue angle of 227º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #919ECD is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 158 | 205 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.20 |
| HSL | 227º | 0.38% | 0.69% | - |
| HSV(B) | 227º | 0.29% | 0.8% | - |
| XYZ | 34.92 | 34.88 | 62.65 | - |
| YUV | 159.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 205 | 0.29 | 0.23 | 0 | 0.20 | 227 | 0.38 | 0.69 |
| Hex | 91 | 9E | CD | 1D | 17 | 0 | 14 | E3 | 26 | 45 |
| Octal | 221 | 236 | 315 | 35 | 27 | 0 | 24 | 343 | 46 | 105 |
| Binary | 10010001 | 10011110 | 11001101 | 11101 | 10111 | 0 | 10100 | 11100011 | 100110 | 1000101 |
Color Harmonies of #919ECD
Complementary color
Monochromatic Colors of #919ECD
Black with #919ECD
Text Example
Text Example
White with #919ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919ECD; }
p { color: rgb(145,158,205); }
H1.HeaderClassName
{
color: #919ECD;
}
.AnyTagClassName
{
color: #919ECD;
}
</style>
background-color css
<style>
a { background-color: #919ECD; }
a { background-color: rgb(145,158,205); }
div.DivClassName
{
background-color: #919ECD;
}
.BgClassName
{
background-color: #919ECD;
}
</style>
border-color css
<style>
span { border-color: #919ECD; }
span { border-color: rgb(145,158,205); }
td.TdClassName
{
border-color: #919ECD;
}
.TagClassName
{
border-color: #919ECD;
}
</style>