Shades of Portage #7B8FDF
Tints of Portage #7B8FDF
RGB
CMYK
RGB Variations
Color information
#7B8FDF (or 0x7B8FDF) is known color: Portage. HEX triplet: 7B, 8F and DF. RGB value is (123,143,223). Sum of RGB (Red+Green+Blue) = 123+143+223=489 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.15% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B8FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8FDF is #847020. Grayscale: #919191. Windows color (decimal): -8679457 or 14651259. OLE color: 14651259.
HSL color Cylindrical-coordinate representation of color #7B8FDF: hue angle of 228º 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 #7B8FDF is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 143 | 223 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.13 |
| HSL | 228º | 0.61% | 0.68% | - |
| HSV(B) | 228º | 0.45% | 0.87% | - |
| XYZ | 31.31 | 29.18 | 73.79 | - |
| YUV | 146.14 | 171.37 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 143 | 223 | 0.45 | 0.36 | 0 | 0.13 | 228 | 0.61 | 0.68 |
| Hex | 7B | 8F | DF | 2D | 24 | 0 | D | E4 | 3D | 44 |
| Octal | 173 | 217 | 337 | 55 | 44 | 0 | 15 | 344 | 75 | 104 |
| Binary | 1111011 | 10001111 | 11011111 | 101101 | 100100 | 0 | 1101 | 11100100 | 111101 | 1000100 |
Color Harmonies of #7B8FDF
Complementary color
Monochromatic Colors of #7B8FDF
Black with #7B8FDF
Text Example
Text Example
White with #7B8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8FDF; }
p { color: rgb(123,143,223); }
H1.HeaderClassName
{
color: #7B8FDF;
}
.AnyTagClassName
{
color: #7B8FDF;
}
</style>
background-color css
<style>
a { background-color: #7B8FDF; }
a { background-color: rgb(123,143,223); }
div.DivClassName
{
background-color: #7B8FDF;
}
.BgClassName
{
background-color: #7B8FDF;
}
</style>
border-color css
<style>
span { border-color: #7B8FDF; }
span { border-color: rgb(123,143,223); }
td.TdClassName
{
border-color: #7B8FDF;
}
.TagClassName
{
border-color: #7B8FDF;
}
</style>