Shades of Portage #7B89DF
Tints of Portage #7B89DF
RGB
CMYK
RGB Variations
Color information
#7B89DF (or 0x7B89DF) is known color: Portage. HEX triplet: 7B, 89 and DF. RGB value is (123,137,223). Sum of RGB (Red+Green+Blue) = 123+137+223=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B89DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B89DF is #847620. Grayscale: #8E8E8E. Windows color (decimal): -8680993 or 14649723. OLE color: 14649723.
HSL color Cylindrical-coordinate representation of color #7B89DF: hue angle of 231.6º 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 #7B89DF is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 137 | 223 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.13 |
| HSL | 231.6º | 0.61% | 0.68% | - |
| HSV(B) | 231.6º | 0.45% | 0.87% | - |
| XYZ | 30.43 | 27.43 | 73.5 | - |
| YUV | 142.62 | 173.36 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 137 | 223 | 0.45 | 0.39 | 0 | 0.13 | 231.6 | 0.61 | 0.68 |
| Hex | 7B | 89 | DF | 2D | 27 | 0 | D | E8 | 3D | 44 |
| Octal | 173 | 211 | 337 | 55 | 47 | 0 | 15 | 350 | 75 | 104 |
| Binary | 1111011 | 10001001 | 11011111 | 101101 | 100111 | 0 | 1101 | 11101000 | 111101 | 1000100 |
Color Harmonies of #7B89DF
Complementary color
Monochromatic Colors of #7B89DF
Black with #7B89DF
Text Example
Text Example
White with #7B89DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B89DF; }
p { color: rgb(123,137,223); }
H1.HeaderClassName
{
color: #7B89DF;
}
.AnyTagClassName
{
color: #7B89DF;
}
</style>
background-color css
<style>
a { background-color: #7B89DF; }
a { background-color: rgb(123,137,223); }
div.DivClassName
{
background-color: #7B89DF;
}
.BgClassName
{
background-color: #7B89DF;
}
</style>
border-color css
<style>
span { border-color: #7B89DF; }
span { border-color: rgb(123,137,223); }
td.TdClassName
{
border-color: #7B89DF;
}
.TagClassName
{
border-color: #7B89DF;
}
</style>