Shades of Portage #7B95DD
Tints of Portage #7B95DD
RGB
CMYK
RGB Variations
Color information
#7B95DD (or 0x7B95DD) is known color: Portage. HEX triplet: 7B, 95 and DD. RGB value is (123,149,221). Sum of RGB (Red+Green+Blue) = 123+149+221=493 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.95% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B95DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B95DD is #846A22. Grayscale: #959595. Windows color (decimal): -8677923 or 14521723. OLE color: 14521723.
HSL color Cylindrical-coordinate representation of color #7B95DD: hue angle of 224.08º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B95DD is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 149 | 221 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.13 |
| HSL | 224.08º | 0.59% | 0.67% | - |
| HSV(B) | 224.08º | 0.44% | 0.87% | - |
| XYZ | 31.97 | 30.93 | 72.69 | - |
| YUV | 149.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 221 | 0.44 | 0.33 | 0 | 0.13 | 224.08 | 0.59 | 0.67 |
| Hex | 7B | 95 | DD | 2C | 21 | 0 | D | E0 | 3B | 43 |
| Octal | 173 | 225 | 335 | 54 | 41 | 0 | 15 | 340 | 73 | 103 |
| Binary | 1111011 | 10010101 | 11011101 | 101100 | 100001 | 0 | 1101 | 11100000 | 111011 | 1000011 |
Color Harmonies of #7B95DD
Complementary color
Monochromatic Colors of #7B95DD
Black with #7B95DD
Text Example
Text Example
White with #7B95DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B95DD; }
p { color: rgb(123,149,221); }
H1.HeaderClassName
{
color: #7B95DD;
}
.AnyTagClassName
{
color: #7B95DD;
}
</style>
background-color css
<style>
a { background-color: #7B95DD; }
a { background-color: rgb(123,149,221); }
div.DivClassName
{
background-color: #7B95DD;
}
.BgClassName
{
background-color: #7B95DD;
}
</style>
border-color css
<style>
span { border-color: #7B95DD; }
span { border-color: rgb(123,149,221); }
td.TdClassName
{
border-color: #7B95DD;
}
.TagClassName
{
border-color: #7B95DD;
}
</style>