Shades of Portage #919FE5
Tints of Portage #919FE5
RGB
CMYK
RGB Variations
Color information
#919FE5 (or 0x919FE5) is known color: Portage. HEX triplet: 91, 9F and E5. RGB value is (145,159,229). Sum of RGB (Red+Green+Blue) = 145+159+229=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #919FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FE5 is #6E601A. Grayscale: #A2A2A2. Windows color (decimal): -7233563 or 15048593. OLE color: 15048593.
HSL color Cylindrical-coordinate representation of color #919FE5: hue angle of 230º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #919FE5 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 159 | 229 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.10 |
| HSL | 230º | 0.62% | 0.73% | - |
| HSV(B) | 230º | 0.37% | 0.9% | - |
| XYZ | 38.22 | 36.47 | 79.15 | - |
| YUV | 162.79 | 165.36 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 229 | 0.37 | 0.31 | 0 | 0.10 | 230 | 0.62 | 0.73 |
| Hex | 91 | 9F | E5 | 25 | 1F | 0 | A | E6 | 3E | 49 |
| Octal | 221 | 237 | 345 | 45 | 37 | 0 | 12 | 346 | 76 | 111 |
| Binary | 10010001 | 10011111 | 11100101 | 100101 | 11111 | 0 | 1010 | 11100110 | 111110 | 1001001 |
Color Harmonies of #919FE5
Complementary color
Monochromatic Colors of #919FE5
Black with #919FE5
Text Example
Text Example
White with #919FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FE5; }
p { color: rgb(145,159,229); }
H1.HeaderClassName
{
color: #919FE5;
}
.AnyTagClassName
{
color: #919FE5;
}
</style>
background-color css
<style>
a { background-color: #919FE5; }
a { background-color: rgb(145,159,229); }
div.DivClassName
{
background-color: #919FE5;
}
.BgClassName
{
background-color: #919FE5;
}
</style>
border-color css
<style>
span { border-color: #919FE5; }
span { border-color: rgb(145,159,229); }
td.TdClassName
{
border-color: #919FE5;
}
.TagClassName
{
border-color: #919FE5;
}
</style>