Shades of Portage #919BE7
Tints of Portage #919BE7
RGB
CMYK
RGB Variations
Color information
#919BE7 (or 0x919BE7) is known color: Portage. HEX triplet: 91, 9B and E7. RGB value is (145,155,231). Sum of RGB (Red+Green+Blue) = 145+155+231=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #919BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919BE7 is #6E6418. Grayscale: #A0A0A0. Windows color (decimal): -7234585 or 15178641. OLE color: 15178641.
HSL color Cylindrical-coordinate representation of color #919BE7: hue angle of 233.02º 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 #919BE7 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 155 | 231 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.09 |
| HSL | 233.02º | 0.64% | 0.74% | - |
| HSV(B) | 233.02º | 0.37% | 0.91% | - |
| XYZ | 37.82 | 35.23 | 80.41 | - |
| YUV | 160.67 | 167.69 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 231 | 0.37 | 0.33 | 0 | 0.09 | 233.02 | 0.64 | 0.74 |
| Hex | 91 | 9B | E7 | 25 | 21 | 0 | 9 | E9 | 40 | 4A |
| Octal | 221 | 233 | 347 | 45 | 41 | 0 | 11 | 351 | 100 | 112 |
| Binary | 10010001 | 10011011 | 11100111 | 100101 | 100001 | 0 | 1001 | 11101001 | 1000000 | 1001010 |
Color Harmonies of #919BE7
Complementary color
Monochromatic Colors of #919BE7
Black with #919BE7
Text Example
Text Example
White with #919BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BE7; }
p { color: rgb(145,155,231); }
H1.HeaderClassName
{
color: #919BE7;
}
.AnyTagClassName
{
color: #919BE7;
}
</style>
background-color css
<style>
a { background-color: #919BE7; }
a { background-color: rgb(145,155,231); }
div.DivClassName
{
background-color: #919BE7;
}
.BgClassName
{
background-color: #919BE7;
}
</style>
border-color css
<style>
span { border-color: #919BE7; }
span { border-color: rgb(145,155,231); }
td.TdClassName
{
border-color: #919BE7;
}
.TagClassName
{
border-color: #919BE7;
}
</style>