Shades of Portage #919DE7
Tints of Portage #919DE7
RGB
CMYK
RGB Variations
Color information
#919DE7 (or 0x919DE7) is known color: Portage. HEX triplet: 91, 9D and E7. RGB value is (145,157,231). Sum of RGB (Red+Green+Blue) = 145+157+231=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #919DE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919DE7 is #6E6218. Grayscale: #A1A1A1. Windows color (decimal): -7234073 or 15179153. OLE color: 15179153.
HSL color Cylindrical-coordinate representation of color #919DE7: hue angle of 231.63º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #919DE7 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 157 | 231 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.09 |
| HSL | 231.63º | 0.64% | 0.74% | - |
| HSV(B) | 231.63º | 0.37% | 0.91% | - |
| XYZ | 38.16 | 35.9 | 80.52 | - |
| YUV | 161.85 | 167.02 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 231 | 0.37 | 0.32 | 0 | 0.09 | 231.63 | 0.64 | 0.74 |
| Hex | 91 | 9D | E7 | 25 | 20 | 0 | 9 | E8 | 40 | 4A |
| Octal | 221 | 235 | 347 | 45 | 40 | 0 | 11 | 350 | 100 | 112 |
| Binary | 10010001 | 10011101 | 11100111 | 100101 | 100000 | 0 | 1001 | 11101000 | 1000000 | 1001010 |
Color Harmonies of #919DE7
Complementary color
Monochromatic Colors of #919DE7
Black with #919DE7
Text Example
Text Example
White with #919DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DE7; }
p { color: rgb(145,157,231); }
H1.HeaderClassName
{
color: #919DE7;
}
.AnyTagClassName
{
color: #919DE7;
}
</style>
background-color css
<style>
a { background-color: #919DE7; }
a { background-color: rgb(145,157,231); }
div.DivClassName
{
background-color: #919DE7;
}
.BgClassName
{
background-color: #919DE7;
}
</style>
border-color css
<style>
span { border-color: #919DE7; }
span { border-color: rgb(145,157,231); }
td.TdClassName
{
border-color: #919DE7;
}
.TagClassName
{
border-color: #919DE7;
}
</style>