Shades of Portage #7B8FCF
Tints of Portage #7B8FCF
RGB
CMYK
RGB Variations
Color information
#7B8FCF (or 0x7B8FCF) is known color: Portage. HEX triplet: 7B, 8F and CF. RGB value is (123,143,207). Sum of RGB (Red+Green+Blue) = 123+143+207=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B8FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8FCF is #847030. Grayscale: #909090. Windows color (decimal): -8679473 or 13602683. OLE color: 13602683.
HSL color Cylindrical-coordinate representation of color #7B8FCF: hue angle of 225.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B8FCF is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 143 | 207 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.19 |
| HSL | 225.71º | 0.47% | 0.65% | - |
| HSV(B) | 225.71º | 0.41% | 0.81% | - |
| XYZ | 29.25 | 28.36 | 62.96 | - |
| YUV | 144.32 | 163.37 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 143 | 207 | 0.41 | 0.31 | 0 | 0.19 | 225.71 | 0.47 | 0.65 |
| Hex | 7B | 8F | CF | 29 | 1F | 0 | 13 | E2 | 2F | 41 |
| Octal | 173 | 217 | 317 | 51 | 37 | 0 | 23 | 342 | 57 | 101 |
| Binary | 1111011 | 10001111 | 11001111 | 101001 | 11111 | 0 | 10011 | 11100010 | 101111 | 1000001 |
Color Harmonies of #7B8FCF
Complementary color
Monochromatic Colors of #7B8FCF
Black with #7B8FCF
Text Example
Text Example
White with #7B8FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8FCF; }
p { color: rgb(123,143,207); }
H1.HeaderClassName
{
color: #7B8FCF;
}
.AnyTagClassName
{
color: #7B8FCF;
}
</style>
background-color css
<style>
a { background-color: #7B8FCF; }
a { background-color: rgb(123,143,207); }
div.DivClassName
{
background-color: #7B8FCF;
}
.BgClassName
{
background-color: #7B8FCF;
}
</style>
border-color css
<style>
span { border-color: #7B8FCF; }
span { border-color: rgb(123,143,207); }
td.TdClassName
{
border-color: #7B8FCF;
}
.TagClassName
{
border-color: #7B8FCF;
}
</style>