Shades of Portage #919EE0
Tints of Portage #919EE0
RGB
CMYK
RGB Variations
Color information
#919EE0 (or 0x919EE0) is known color: Portage. HEX triplet: 91, 9E and E0. RGB value is (145,158,224). Sum of RGB (Red+Green+Blue) = 145+158+224=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #919EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EE0 is #6E611F. Grayscale: #A1A1A1. Windows color (decimal): -7233824 or 14720657. OLE color: 14720657.
HSL color Cylindrical-coordinate representation of color #919EE0: hue angle of 230.13º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919EE0 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 158 | 224 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.12 |
| HSL | 230.13º | 0.56% | 0.72% | - |
| HSV(B) | 230.13º | 0.35% | 0.88% | - |
| XYZ | 37.36 | 35.86 | 75.47 | - |
| YUV | 161.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 224 | 0.35 | 0.29 | 0 | 0.12 | 230.13 | 0.56 | 0.72 |
| Hex | 91 | 9E | E0 | 23 | 1D | 0 | C | E6 | 38 | 48 |
| Octal | 221 | 236 | 340 | 43 | 35 | 0 | 14 | 346 | 70 | 110 |
| Binary | 10010001 | 10011110 | 11100000 | 100011 | 11101 | 0 | 1100 | 11100110 | 111000 | 1001000 |
Color Harmonies of #919EE0
Complementary color
Monochromatic Colors of #919EE0
Black with #919EE0
Text Example
Text Example
White with #919EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EE0; }
p { color: rgb(145,158,224); }
H1.HeaderClassName
{
color: #919EE0;
}
.AnyTagClassName
{
color: #919EE0;
}
</style>
background-color css
<style>
a { background-color: #919EE0; }
a { background-color: rgb(145,158,224); }
div.DivClassName
{
background-color: #919EE0;
}
.BgClassName
{
background-color: #919EE0;
}
</style>
border-color css
<style>
span { border-color: #919EE0; }
span { border-color: rgb(145,158,224); }
td.TdClassName
{
border-color: #919EE0;
}
.TagClassName
{
border-color: #919EE0;
}
</style>