Shades of Portage #7B90DF
Tints of Portage #7B90DF
RGB
CMYK
RGB Variations
Color information
#7B90DF (or 0x7B90DF) is known color: Portage. HEX triplet: 7B, 90 and DF. RGB value is (123,144,223). Sum of RGB (Red+Green+Blue) = 123+144+223=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B90DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B90DF is #846F20. Grayscale: #929292. Windows color (decimal): -8679201 or 14651515. OLE color: 14651515.
HSL color Cylindrical-coordinate representation of color #7B90DF: hue angle of 227.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B90DF is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 144 | 223 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.13 |
| HSL | 227.4º | 0.61% | 0.68% | - |
| HSV(B) | 227.4º | 0.45% | 0.87% | - |
| XYZ | 31.46 | 29.49 | 73.85 | - |
| YUV | 146.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 223 | 0.45 | 0.35 | 0 | 0.13 | 227.4 | 0.61 | 0.68 |
| Hex | 7B | 90 | DF | 2D | 23 | 0 | D | E3 | 3D | 44 |
| Octal | 173 | 220 | 337 | 55 | 43 | 0 | 15 | 343 | 75 | 104 |
| Binary | 1111011 | 10010000 | 11011111 | 101101 | 100011 | 0 | 1101 | 11100011 | 111101 | 1000100 |
Color Harmonies of #7B90DF
Complementary color
Monochromatic Colors of #7B90DF
Black with #7B90DF
Text Example
Text Example
White with #7B90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B90DF; }
p { color: rgb(123,144,223); }
H1.HeaderClassName
{
color: #7B90DF;
}
.AnyTagClassName
{
color: #7B90DF;
}
</style>
background-color css
<style>
a { background-color: #7B90DF; }
a { background-color: rgb(123,144,223); }
div.DivClassName
{
background-color: #7B90DF;
}
.BgClassName
{
background-color: #7B90DF;
}
</style>
border-color css
<style>
span { border-color: #7B90DF; }
span { border-color: rgb(123,144,223); }
td.TdClassName
{
border-color: #7B90DF;
}
.TagClassName
{
border-color: #7B90DF;
}
</style>